mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
add stylelint
This commit is contained in:
+11
-6
@@ -9,7 +9,6 @@
|
||||
"email": "jake@jarv.is",
|
||||
"url": "https://github.com/jakejarvis"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev -H 0.0.0.0",
|
||||
"build": "next build",
|
||||
@@ -23,9 +22,9 @@
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@mdx-js/loader": "^3.1.0",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@next/bundle-analyzer": "15.3.0-canary.0",
|
||||
"@next/mdx": "15.3.0-canary.0",
|
||||
"@next/third-parties": "15.3.0-canary.0",
|
||||
"@next/bundle-analyzer": "15.3.0-canary.1",
|
||||
"@next/mdx": "15.3.0-canary.1",
|
||||
"@next/third-parties": "15.3.0-canary.1",
|
||||
"@octokit/graphql": "^8.2.1",
|
||||
"@octokit/graphql-schema": "^15.26.0",
|
||||
"@prisma/client": "^6.5.0",
|
||||
@@ -37,7 +36,7 @@
|
||||
"feed": "^4.2.2",
|
||||
"lucide-react": "0.479.0",
|
||||
"modern-normalize": "^3.0.1",
|
||||
"next": "15.3.0-canary.0",
|
||||
"next": "15.3.0-canary.1",
|
||||
"obj-str": "^1.1.0",
|
||||
"p-map": "^7.0.3",
|
||||
"p-memoize": "^7.1.1",
|
||||
@@ -78,8 +77,9 @@
|
||||
"@types/react-is": "^19.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-next": "15.3.0-canary.0",
|
||||
"eslint-config-next": "15.3.0-canary.1",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-css-modules": "^2.12.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-mdx": "^3.2.0",
|
||||
@@ -91,6 +91,10 @@
|
||||
"prisma": "^6.5.0",
|
||||
"schema-dts": "^1.1.5",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"stylelint": "^16.15.0",
|
||||
"stylelint-config-css-modules": "^4.4.0",
|
||||
"stylelint-config-recommended": "^15.0.0",
|
||||
"stylelint-config-standard": "^37.0.0",
|
||||
"typescript": "5.8.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
@@ -112,6 +116,7 @@
|
||||
"eslint"
|
||||
],
|
||||
"*.css": [
|
||||
"stylelint",
|
||||
"prettier --check"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user