mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Make linting not happen for dist -directories
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
4e4a6658bf
commit
97d5dfc502
@ -15,6 +15,7 @@ module.exports = {
|
|||||||
"xss",
|
"xss",
|
||||||
"no-unsanitized"
|
"no-unsanitized"
|
||||||
],
|
],
|
||||||
|
ignorePatterns: ["dist/*"],
|
||||||
rules: {
|
rules: {
|
||||||
"react/react-in-jsx-scope": 0,
|
"react/react-in-jsx-scope": 0,
|
||||||
"security/detect-object-injection": "off",
|
"security/detect-object-injection": "off",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user