Lint test files, clean TS settings
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"lint": "npm run lint:es && npm run lint:css",
|
||||
"lint:es": "eslint src/ --ext .ts,.tsx",
|
||||
"lint:es": "eslint . --ext .ts,.tsx",
|
||||
"lint:es:fix": "eslint --fix . --ext .ts,.tsx",
|
||||
"lint:css": "stylelint \"./src/**/*.{ts,tsx}\"",
|
||||
"start": "next dev",
|
||||
|
||||
Reference in New Issue
Block a user