mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
chore: formatted, prettified, legacy deps
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"format": "npm run format:ts && npm run format:scss",
|
||||
"format:scss": "stylelint \"src/**/*.scss\" --fix",
|
||||
"format:ts": "eslint \"src/**/*.{ts,tsx}\" --fix && prettier --write .",
|
||||
"install:legacy": "npm install --legacy-peer-deps",
|
||||
"lint": "npm run lint:ts && npm run lint:scss",
|
||||
"lint:scss": "stylelint \"src/**/*.scss\"",
|
||||
"lint:staged": "lint-staged",
|
||||
@@ -100,11 +101,11 @@
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@jest/globals": "^30.0.4",
|
||||
"@mastermindzh/eslint-config": "^3.1.0",
|
||||
"@mastermindzh/prettier-config": "^1.0.0",
|
||||
"@mastermindzh/prettier-config": "^1.1.0",
|
||||
"@swc/core": "^1.12.14",
|
||||
"@swc/jest": "^0.2.39",
|
||||
"@types/gatsby-transformer-remark": "^2.9.4",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.0.14",
|
||||
"@types/react": "^18.3.18",
|
||||
"@types/react-dom": "^18.3.5",
|
||||
|
Reference in New Issue
Block a user