website refactor
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint . --ext .ts,.tsx --max-warnings 0",
|
||||
"lint:presenters": "eslint lib/presenters/*.ts",
|
||||
"lint:all": "eslint .",
|
||||
"type-check": "npx tsc --noEmit",
|
||||
"clean": "rm -rf .next"
|
||||
},
|
||||
@@ -38,6 +40,7 @@
|
||||
"eslint-config-next": "15.5.7",
|
||||
"eslint-import-resolver-typescript": "2.7.1",
|
||||
"eslint-plugin-boundaries": "^5.3.1",
|
||||
"eslint-plugin-gridpilot-rules": "file:eslint-rules",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-unused-imports": "^3.0.0",
|
||||
"typescript": "^5.6.0"
|
||||
|
||||
Reference in New Issue
Block a user