Skip to content

Commit d81dcf0

Browse files
committed
Add eslint config
1 parent 9a59a8b commit d81dcf0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
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)