Commit 202f88c6 by Zoltán Bedi Committed by GitHub

Chore: Lint all files for no-only-tests (#30364)

parent 1cecc7f9
...@@ -5,3 +5,4 @@ vendor ...@@ -5,3 +5,4 @@ vendor
devenv devenv
data data
dist dist
e2e/tmp
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
"plugins": [ "plugins": [
"no-only-tests" "no-only-tests"
], ],
"rules": {
"no-only-tests/no-only-tests": "error",
"react/prop-types": "off"
},
"overrides": [ "overrides": [
{ {
"files": [ "files": [
...@@ -13,9 +17,7 @@ ...@@ -13,9 +17,7 @@
], ],
"rules": { "rules": {
"react-hooks/rules-of-hooks": "off", "react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off", "react-hooks/exhaustive-deps": "off"
"react/prop-types": "off",
"no-only-tests/no-only-tests": "error"
} }
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment