Remove eslint option that does not work.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-11-20 23:39:11 +02:00
parent 58e505f79a
commit a06daff92e

View file

@ -14,7 +14,6 @@
"parserOptions": { "parserOptions": {
"ecmaVersion": 2018, "ecmaVersion": 2018,
"sourceType": "module", "sourceType": "module",
"allowImportExportEverywhere": true
}, },
"rules": { "rules": {
"strict": 0, "strict": 0,