Skip to content

Commit f58f0ee

Browse files
authored
Create .eslintrc.json
1 parent 731529d commit f58f0ee

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+
"commonjs": true,
4+
"es2021": true,
5+
"node": true
6+
},
7+
"extends": [
8+
"standard"
9+
],
10+
"parserOptions": {
11+
"ecmaVersion": 12
12+
},
13+
"rules": {
14+
}
15+
}

0 commit comments

Comments
 (0)