Skip to content

Commit 0177e95

Browse files
Add ESLint config
1 parent d1b5c5a commit 0177e95

File tree

3 files changed

+2389
-1
lines changed

3 files changed

+2389
-1
lines changed

.eslintrc.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es2021": true
5+
},
6+
"extends": [
7+
"google"
8+
],
9+
"parserOptions": {
10+
"ecmaVersion": 12,
11+
"sourceType": "module"
12+
},
13+
"rules": {
14+
}
15+
}

0 commit comments

Comments
 (0)