1
0
Fork 0
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:
Peter Savchenko 2021-11-02 21:24:56 +03:00
parent 89ef3c7a40
commit c89d212319
No known key found for this signature in database
GPG key ID: E68306B1AB0F727C

View file

@ -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
}
}
}