build: eslint cache
This commit is contained in:
parent
6e30723320
commit
31b32fa6fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ dist
|
|||||||
.hbuilderx
|
.hbuilderx
|
||||||
|
|
||||||
.stylelintcache
|
.stylelintcache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
# lock 文件还是不要了,我主要的版本写死就好了
|
# lock 文件还是不要了,我主要的版本写死就好了
|
||||||
# pnpm-lock.yaml
|
# pnpm-lock.yaml
|
||||||
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -12,6 +12,7 @@
|
|||||||
"uni-helper.uni-highlight-vscode",
|
"uni-helper.uni-highlight-vscode",
|
||||||
"uni-helper.uni-ui-snippets-vscode",
|
"uni-helper.uni-ui-snippets-vscode",
|
||||||
"uni-helper.uni-app-snippets-vscode",
|
"uni-helper.uni-app-snippets-vscode",
|
||||||
"mrmlnc.vscode-json5"
|
"mrmlnc.vscode-json5",
|
||||||
|
"streetsidesoftware.code-spell-checker"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
"prettier --write"
|
"prettier --write"
|
||||||
],
|
],
|
||||||
"**/*.{vue,js,ts,jsx,tsx}": [
|
"**/*.{vue,js,ts,jsx,tsx}": [
|
||||||
"eslint --fix"
|
"eslint --cache --fix"
|
||||||
],
|
],
|
||||||
"**/*.{vue,css,scss,html}": [
|
"**/*.{vue,css,scss,html}": [
|
||||||
"stylelint --fix"
|
"stylelint --fix"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user