mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Eslint config improvements [SCI-1461]
This commit is contained in:
parent
ba35717243
commit
4e14a7a1cd
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"jquery": true
|
||||
"jquery": true,
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
|
|
Loading…
Reference in a new issue