Fix lint violations (#6299)

This commit is contained in:
Matiss Janis Aboltins
2025-12-04 23:17:31 +00:00
committed by GitHub
parent 7e56c6e620
commit 666b0b80b6
58 changed files with 124 additions and 151 deletions

View File

@@ -104,7 +104,7 @@
],
"*.{js,mjs,jsx,ts,tsx}": [
"oxlint --deny-warnings --fix",
"eslint --max-warnings 0 --fix"
"eslint --max-warnings 0 --fix --no-warn-ignored"
]
},
"packageManager": "yarn@4.10.3",