Skip to content

Commit

Permalink
replace deprecated stylelint formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Jan 23, 2025
1 parent b7ec0ae commit 28cfd7c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:unit": "vitest --environment jsdom --coverage",
"test:unitci": "vitest run --environment jsdom",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "npm run lint:es && npm run lint:style --- -f github",
"lint": "npm run lint:es && npm run lint:style --- --custom-formatter @csstools/stylelint-formatter-github",
"lint:es": "eslint .",
"lint:fix": "npm run lint:format && npm run lint:es --- --fix && npm run lint:style --- --fix",
"lint:format": "prettier --write --ignore-path .gitignore **/*.{scss,vue,css,ts,js,cjs,mjs}",
Expand All @@ -27,6 +27,7 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@csstools/stylelint-formatter-github": "^1.0.0",
"@eslint/js": "^9.18.0",
"@tsconfig/node18": "^18.2.0",
"@types/dompurify": "^3.0.5",
Expand Down

0 comments on commit 28cfd7c

Please sign in to comment.