mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: add eslint rules for react/jsx
This commit is contained in:
parent
30990f3bd7
commit
d8f4e79e20
@ -1,13 +1,11 @@
|
||||
{
|
||||
"extends":["onepass"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"webextensions": true
|
||||
},
|
||||
"extends":["onepass"],
|
||||
"rules": {
|
||||
"no-console": 0,
|
||||
"no-extend-native": 0,
|
||||
"react/jsx-filename-extension": [1, { "extensions": [".jsx", "tsx"] }],
|
||||
"react/jsx-props-no-spreading": 0,
|
||||
"jsx-a11y/label-has-associated-control": 0,
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user