Silence lots of max-len lint warnings
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"lint": "npm run lint:es && npm run lint:css",
|
||||
"lint:es": "eslint \"./src/**/*.{ts,tsx}\"",
|
||||
"lint:es:fix": "eslint --fix \"./src/**/*.{ts,tsx}\"",
|
||||
"lint:es": "eslint src/ --ext .ts,.tsx",
|
||||
"lint:es:fix": "eslint --fix . --ext .ts,.tsx",
|
||||
"lint:css": "stylelint \"./src/**/*.{ts,tsx}\"",
|
||||
"start": "next dev",
|
||||
"start-prod": "next start --port ${SERVER_PORT:=80}",
|
||||
|
||||
Reference in New Issue
Block a user