Skip to content

Commit 4497c13

Browse files
authored
Update ESLint config for browser and standard
1 parent 60f8fd3 commit 4497c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"env": {
3-
"node": true,
3+
"browser": true,
44
"commonjs": true,
55
"es2021": true
66
},
77
"extends": [
8-
"eslint:recommended"
8+
"standard"
99
],
1010
"parserOptions": {
1111
"ecmaVersion": 12

0 commit comments

Comments
 (0)