web-extension-starter/.eslintrc.json
2020-06-06 11:44:30 +05:30

15 lines
304 B
JSON

{
"extends": [
"@abhijithvijayan/eslint-config/typescript",
"@abhijithvijayan/eslint-config/react"
],
"rules": {
"no-console": "off",
"no-extend-native": "off",
"react/jsx-props-no-spreading": "off",
"jsx-a11y/label-has-associated-control": "off"
},
"env": {
"webextensions": true
}
}