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:
@@ -7,8 +7,8 @@
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider PORT=3001 NEXT_PUBLIC_PORT=3001 next dev --turbo",
|
||||
"build": "next build",
|
||||
"start": "node .next/standalone/server.js",
|
||||
"lint": "eslint --max-warnings 0 . && tsgo --noEmit",
|
||||
"lint:fix": "eslint --fix . && tsgo --noEmit",
|
||||
"lint": "eslint --max-warnings 0 .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"check-types": "tsgo --noEmit",
|
||||
"typegen": "next typegen",
|
||||
"clean": "rm -rf .next",
|
||||
|
||||
Reference in New Issue
Block a user