Skip to content

Commit 61e7d47

Browse files
committedAug 3, 2019
added linter
1 parent 85795e5 commit 61e7d47

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.eslintrc.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"commonjs": true,
5+
"es6": true
6+
},
7+
"globals": {
8+
"Atomics": "readonly",
9+
"SharedArrayBuffer": "readonly"
10+
},
11+
"parserOptions": {
12+
"ecmaVersion": 2018
13+
},
14+
"rules": {
15+
}
16+
}

0 commit comments

Comments
 (0)
Please sign in to comment.