Skip to content

Commit

Permalink
adding linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pldespaigne committed Apr 27, 2019
1 parent c6db6ae commit 60eeea6
Show file tree
Hide file tree
Showing 4 changed files with 852 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
demo/
dist/
18 changes: 18 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
}
}
Loading

0 comments on commit 60eeea6

Please sign in to comment.