Eslint: Ensure playwright files are checked by eslint

This commit is contained in:
Valere
2025-03-17 14:59:27 +01:00
parent ef2fee708e
commit 6a8abeb609
3 changed files with 5 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
"prettier:check": "prettier -c .",
"prettier:format": "prettier -w .",
"lint": "yarn lint:types && yarn lint:eslint && yarn lint:knip",
"lint:eslint": "eslint --max-warnings 0 src",
"lint:eslint-fix": "eslint --max-warnings 0 src --fix",
"lint:eslint": "eslint --max-warnings 0 src playwright",
"lint:eslint-fix": "eslint --max-warnings 0 src playwright --fix",
"lint:knip": "knip",
"lint:types": "tsc",
"i18n": "i18next",