Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d81dcf0

Browse files
committedOct 2, 2020
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

Lines changed: 15 additions & 0 deletions
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)
Please sign in to comment.