Skip to content

Commit

Permalink
Merge pull request #1 from reviewdog/test
Browse files Browse the repository at this point in the history
add test code
  • Loading branch information
haya14busa authored Sep 23, 2019
2 parents 2416593 + 8589a28 commit ad1015b
Show file tree
Hide file tree
Showing 4 changed files with 3,911 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
"env": {
"browser": true,
"es6": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
}
};
Loading

0 comments on commit ad1015b

Please sign in to comment.