Merged in chore/eslint-curly-braces (pull request #3304)
Chore/eslint curly braces * Add eslint rule for curly braces * run eslint --fix for all files Approved-by: Linus Flood
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"check-types": "tsgo --noEmit",
|
||||
"lint": "eslint . --max-warnings 0 && tsgo --noEmit",
|
||||
"lint": "eslint . --max-warnings 0",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"exports": {
|
||||
|
||||
Reference in New Issue
Block a user