mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +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": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"jquery": true
|
"jquery": true,
|
||||||
|
"es6": true,
|
||||||
|
"node": true
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"react"
|
"react"
|
||||||
|
|
Loading…
Reference in a new issue