mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
Update .eslintrc
This commit is contained in:
parent
89ef3c7a40
commit
c89d212319
1 changed files with 1 additions and 9 deletions
10
.eslintrc
10
.eslintrc
|
@ -6,8 +6,7 @@
|
||||||
"chai-friendly"
|
"chai-friendly"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"mocha": true,
|
"mocha": true
|
||||||
"es6": true
|
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-unused-expressions": 0,
|
"no-unused-expressions": 0,
|
||||||
|
@ -17,12 +16,5 @@
|
||||||
"globals": {
|
"globals": {
|
||||||
"fetch": true,
|
"fetch": true,
|
||||||
"alert": true
|
"alert": true
|
||||||
},
|
|
||||||
"parserOptions": {
|
|
||||||
"sourceType": "module",
|
|
||||||
"ecmaVersion": 8,
|
|
||||||
"ecmaFeatures": {
|
|
||||||
"jsx": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue