Skip to content

Commit

Permalink
feat(dx): add cspell& lint-staged
Browse files Browse the repository at this point in the history
and removed unused Svelte
  • Loading branch information
chrisbbreuer committed Apr 28, 2022
1 parent 0397038 commit da6a2e8
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 9 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,17 @@
"@vue/compiler-sfc": "^3.2.33",
"@vueuse/core": "^8.3.1",
"autoprefixer": "^10.4.5",
"cspell": "^5.19.7",
"eslint": "^8.14.0",
"eslint-plugin-cypress": "^2.12.1",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"pnpm": "^6.32.11",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"standard-version": "^9.3.2",
"svelte": "^3.47.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3",
"unplugin-auto-import": "^0.7.1",
Expand All @@ -85,7 +86,9 @@
"vue-tsc": "^0.34.10"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint . --fix"
"*.{js,jsx,ts,tsx}": "eslint . --fix",
"*.{js,ts,md,json,vue}": "prettier --write",
"*.{md,ts}": "cspell --no-must-find-files"
},
"engines": {
"node": ">=v16.15.0",
Expand Down
Loading

0 comments on commit da6a2e8

Please sign in to comment.