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": {
"ecmaVersion": 2018,
"sourceType": "module",
"allowImportExportEverywhere": true
},
"rules": {
"strict": 0,