mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
Merge pull request #38 from ThaneshR/patch-1
fix: add webextension environment to eslint config
This commit is contained in:
commit
9fedc80f0d
@ -8,5 +8,8 @@
|
|||||||
"no-extend-native": "off",
|
"no-extend-native": "off",
|
||||||
"react/jsx-props-no-spreading": "off",
|
"react/jsx-props-no-spreading": "off",
|
||||||
"jsx-a11y/label-has-associated-control": "off"
|
"jsx-a11y/label-has-associated-control": "off"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"webextensions": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user