mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
fix: eslint config
This commit is contained in:
parent
166a989a79
commit
9f21036e4e
@ -1,10 +1,25 @@
|
|||||||
{
|
{
|
||||||
|
"extends": [
|
||||||
|
"@abhijithvijayan/eslint-config",
|
||||||
|
"@abhijithvijayan/eslint-config/node"
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"no-console": "off",
|
||||||
|
"no-extend-native": "off",
|
||||||
|
"class-methods-use-this": "off",
|
||||||
|
"max-classes-per-file": "off",
|
||||||
|
"node/no-unpublished-require": "off",
|
||||||
|
"node/no-missing-import": "off",
|
||||||
|
"node/no-unpublished-import": "off",
|
||||||
|
"node/no-unsupported-features/es-syntax": ["error", {
|
||||||
|
"ignores": ["modules"]
|
||||||
|
}]
|
||||||
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"webextensions": true
|
"webextensions": true
|
||||||
},
|
}
|
||||||
"extends": [
|
|
||||||
"@abhijithvijayan/eslint-config"
|
|
||||||
],
|
|
||||||
"rules": {}
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user