2021-10-16 16:16:58 +08:00
|
|
|
module.exports = {
|
2021-11-10 22:48:45 +08:00
|
|
|
// "*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
|
|
|
|
// "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
|
|
|
|
// "prettier --write--parser json"
|
|
|
|
// ],
|
|
|
|
// "package.json": ["prettier --write"],
|
|
|
|
"*.vue": ["eslint --fix", "prettier --write", "stylelint --fix"]
|
|
|
|
// "*.{vue,css,scss,postcss,less}": ["stylelint --fix", "prettier --write"],
|
|
|
|
// "*.md": ["prettier --write"]
|
2021-10-16 16:16:58 +08:00
|
|
|
};
|