Skip to content

Commit bf576ac

Browse files
committed
chore: update lint configs
1 parent bdb059b commit bf576ac

File tree

4 files changed

+7132
-9
lines changed

4 files changed

+7132
-9
lines changed

.eslintcache

-1
This file was deleted.

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ lerna-debug.log*
99

1010
package-lock.json
1111
yarn.lock
12-
pnpm-lock.yaml
1312

1413
node_modules
1514
dist
@@ -27,3 +26,6 @@ dist-ssr
2726
*.njsproj
2827
*.sln
2928
*.sw?
29+
30+
.eslintcache
31+
.stylelintcache

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dev": "vite",
1212
"build": "vite build",
1313
"preview": "vite preview",
14-
"lint": "eslint --cache --fix --ext \"**/*.{js,cjs,mjs,ts,tsx,vue}\"",
14+
"lint": "eslint --fix \"**/*.{js,cjs,mjs,ts,tsx,json,vue}\"",
1515
"lint:style": "stylelint --cache --fix \"**/*.{vue,css,scss}\"",
16-
"prettier": "prettier --write \"**/*.{ts,js,json,css,pcss,scss,vue,html,md}\"",
16+
"prettier": "prettier --write \"**/*.{js,cjs,mjs,ts,json,css,scss,vue,html,md}\"",
1717
"precommit": "lint-staged -c ./.husky/.lintstagedrc -q --allow-empty",
1818
"prepare": "is-ci || husky install",
1919
"create-business": "tsx scripts/create-business.ts"
@@ -42,11 +42,11 @@
4242
"@types/node": "^20.4.1",
4343
"@types/prettier": "^2.7.3",
4444
"@types/prompts": "^2.4.4",
45-
"@vexip-ui/commitlint-config": "^0.1.0",
46-
"@vexip-ui/eslint-config": "^0.6.3",
45+
"@vexip-ui/commitlint-config": "^0.2.0",
46+
"@vexip-ui/eslint-config": "^0.7.2",
4747
"@vexip-ui/plugins": "^1.3.2",
4848
"@vexip-ui/prettier-config": "^0.2.0",
49-
"@vexip-ui/stylelint-config": "^0.4.0",
49+
"@vexip-ui/stylelint-config": "^0.5.0",
5050
"@vitejs/plugin-vue": "^4.2.3",
5151
"@vitejs/plugin-vue-jsx": "^3.0.1",
5252
"@vue/runtime-core": "^3.3.4",
@@ -60,13 +60,13 @@
6060
"lint-staged": "^13.2.3",
6161
"minimist": "^1.2.8",
6262
"mockjs": "^1.1.0",
63-
"prettier": "^2.8.7",
63+
"prettier": "^2.8.8",
6464
"prompts": "^2.4.2",
6565
"sass": "^1.63.6",
6666
"stylelint": "^15.10.1",
6767
"stylelint-prettier": "^3.0.0",
6868
"tsx": "^3.12.7",
69-
"typescript": "^5.1.6",
69+
"typescript": "~5.1.6",
7070
"unplugin-auto-import": "^0.16.6",
7171
"unplugin-vue-components": "^0.25.1",
7272
"vite": "^4.4.2",

0 commit comments

Comments
 (0)