mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +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"
|
||||
],
|
||||
"env": {
|
||||
"mocha": true,
|
||||
"es6": true
|
||||
"mocha": true
|
||||
},
|
||||
"rules": {
|
||||
"no-unused-expressions": 0,
|
||||
|
@ -17,12 +16,5 @@
|
|||
"globals": {
|
||||
"fetch": true,
|
||||
"alert": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
"ecmaVersion": 8,
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue