Move ESLint environment configuration into .eslintrc
(#2051)
This commit is contained in:
parent
b6ef67c402
commit
be5cbc9d2b
2 changed files with 16 additions and 0 deletions
10
js/modules/.eslintrc
Normal file
10
js/modules/.eslintrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": false,
|
||||
"commonjs": true,
|
||||
"node": false
|
||||
},
|
||||
"globals": {
|
||||
"console": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue