2017-12-16 12:44:17 +01:00
|
|
|
{
|
2022-04-12 17:07:25 +02:00
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": false
|
|
|
|
},
|
2017-12-16 12:44:17 +01:00
|
|
|
"parserOptions": {
|
|
|
|
"sourceType": "script"
|
|
|
|
},
|
2022-04-12 17:07:25 +02:00
|
|
|
"extends": "../.eslintrc.json",
|
2017-12-16 12:44:17 +01:00
|
|
|
"rules": {
|
2019-02-26 14:13:59 +01:00
|
|
|
"no-new": "off",
|
2022-04-12 17:07:25 +02:00
|
|
|
"prefer-template": "error",
|
2019-02-21 14:55:16 +01:00
|
|
|
"strict": "error",
|
2021-01-26 14:53:26 +01:00
|
|
|
"unicorn/no-array-for-each": "off",
|
2022-04-12 17:07:25 +02:00
|
|
|
"unicorn/numeric-separators-style": "off"
|
2017-12-16 12:44:17 +01:00
|
|
|
}
|
|
|
|
}
|