mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-07-25 01:13:14 +10:00
Add stylelint
This commit is contained in:
+4
-1
@@ -8,7 +8,8 @@
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "next lint",
|
||||
"lint": "next lint && npm run lint:stylelint",
|
||||
"lint:stylelint": "stylelint '**/*.css' --cache",
|
||||
"jest": "jest",
|
||||
"jest:watch": "jest --watch",
|
||||
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
||||
@@ -62,6 +63,8 @@
|
||||
"prettier": "^3.0.3",
|
||||
"storybook": "^7.5.2",
|
||||
"storybook-dark-mode": "^3.0.1",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-standard-scss": "^11.1.0",
|
||||
"ts-jest": "^29.1.1",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user