mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
lint task glob fix
This commit is contained in:
parent
7ed6830df0
commit
0657af254f
19
package-lock.json
generated
19
package-lock.json
generated
@ -17,15 +17,15 @@
|
||||
"@nanostores/react": "^0.7.1",
|
||||
"@rainbow-me/rainbowkit": "^1.0.11",
|
||||
"astro": "3.2.2",
|
||||
"astro-expressive-code": "^0.26.0",
|
||||
"astro-redirect-from": "^1.0.2",
|
||||
"astro-expressive-code": "^0.26.1",
|
||||
"astro-redirect-from": "^1.0.3",
|
||||
"date-fns": "^2.30.0",
|
||||
"dms2dec": "^1.1.0",
|
||||
"fast-exif": "^2.0.1",
|
||||
"feather-icons": "^4.29.1",
|
||||
"fraction.js": "^4.3.6",
|
||||
"fuse.js": "^6.6.2",
|
||||
"motion": "^10.16.2",
|
||||
"motion": "^10.16.4",
|
||||
"nanostores": "^0.9.3",
|
||||
"pigeon-maps": "^0.21.3",
|
||||
"react": "^18.2.0",
|
||||
@ -33,7 +33,7 @@
|
||||
"slugify": "^1.6.6",
|
||||
"use-debounce": "^9.0.4",
|
||||
"viem": "^1.15.1",
|
||||
"wagmi": "^1.4.2"
|
||||
"wagmi": "^1.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.38.1",
|
||||
@ -45,7 +45,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
"@typescript-eslint/parser": "^6.7.4",
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-astro": "^0.29.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
@ -4871,9 +4871,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro-redirect-from": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/astro-redirect-from/-/astro-redirect-from-1.0.2.tgz",
|
||||
"integrity": "sha512-510VzHuktkTJnlrt+N7xR58fT/nnofuIUQOKqqdAn3KQUcE486B6iEOUvPAjyf/jy85hip3m+W3FIuTmqwsBEw==",
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/astro-redirect-from/-/astro-redirect-from-1.0.3.tgz",
|
||||
"integrity": "sha512-Ol+Sw8g873F+qK8WsXNajT9Nwwf2MGKb8Xd/a67MKW9XgCqotRFdwZaEFQnzahltF4/Em1dSOCyjDIerHH7mKw==",
|
||||
"dependencies": {
|
||||
"astro": ">= 3",
|
||||
"globby": "^13.2.2",
|
||||
@ -4882,9 +4882,6 @@
|
||||
"engines": {
|
||||
"node": ">=18.14.1",
|
||||
"npm": ">=6.14.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": ">= 3"
|
||||
}
|
||||
},
|
||||
"node_modules/astro-redirect-from/node_modules/globby": {
|
||||
|
12
package.json
12
package.json
@ -17,7 +17,7 @@
|
||||
"test:unit": "vitest run --config './test/vitest.config.ts' --coverage",
|
||||
"test:e2e": "playwright test --config './test/playwright.config.ts'",
|
||||
"lint": "run-p --silent lint:js lint:css lint:md",
|
||||
"lint:js": "eslint --ignore-path .gitignore --ext .ts,.tsx,.astro,.mjs,.js,.cjs ./{src,test,scripts}/",
|
||||
"lint:js": "eslint --ignore-path .gitignore './{src,test,scripts}/**/*.{ts,tsx,astro,mjs,js,cjs}'",
|
||||
"lint:css": "stylelint --config '.config/.stylelintrc.json' 'src/**/*.css'",
|
||||
"lint:md": "markdownlint --config '.config/.markdownlint.json' --ignore-path .gitignore --dot './**/*.{md,markdown}'",
|
||||
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,md,json,css,astro,yml}'",
|
||||
@ -39,15 +39,15 @@
|
||||
"@nanostores/react": "^0.7.1",
|
||||
"@rainbow-me/rainbowkit": "^1.0.11",
|
||||
"astro": "3.2.2",
|
||||
"astro-expressive-code": "^0.26.0",
|
||||
"astro-redirect-from": "^1.0.2",
|
||||
"astro-expressive-code": "^0.26.1",
|
||||
"astro-redirect-from": "^1.0.3",
|
||||
"date-fns": "^2.30.0",
|
||||
"dms2dec": "^1.1.0",
|
||||
"fast-exif": "^2.0.1",
|
||||
"feather-icons": "^4.29.1",
|
||||
"fraction.js": "^4.3.6",
|
||||
"fuse.js": "^6.6.2",
|
||||
"motion": "^10.16.2",
|
||||
"motion": "^10.16.4",
|
||||
"nanostores": "^0.9.3",
|
||||
"pigeon-maps": "^0.21.3",
|
||||
"react": "^18.2.0",
|
||||
@ -55,7 +55,7 @@
|
||||
"slugify": "^1.6.6",
|
||||
"use-debounce": "^9.0.4",
|
||||
"viem": "^1.15.1",
|
||||
"wagmi": "^1.4.2"
|
||||
"wagmi": "^1.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.38.1",
|
||||
@ -67,7 +67,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||
"@typescript-eslint/parser": "^6.7.4",
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint": "^8.50.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-astro": "^0.29.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
|
Loading…
Reference in New Issue
Block a user