1
0
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:
Janne Savolainen 2023-03-17 10:15:24 +02:00
parent 4e4a6658bf
commit 97d5dfc502
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -15,6 +15,7 @@ module.exports = {
"xss",
"no-unsanitized"
],
ignorePatterns: ["dist/*"],
rules: {
"react/react-in-jsx-scope": 0,
"security/detect-object-injection": "off",