Merge pull request #38 from ThaneshR/patch-1

fix: add webextension environment to eslint config
This commit is contained in:
Abhijith Vijayan 2020-06-06 11:05:30 +05:30 committed by GitHub
commit 9fedc80f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,8 @@
"no-extend-native": "off",
"react/jsx-props-no-spreading": "off",
"jsx-a11y/label-has-associated-control": "off"
},
"env": {
"webextensions": true
}
}
}