Files
steelmill/.lintstagedrc.mjs

6 lines
193 B
JavaScript
Raw Permalink Normal View History

2025-11-28 14:07:27 +08:00
export default {
'src/**/*': ['prettier --write --ignore-unknown'],
'src/**/*.{vue,scss,css}': 'stylelint --fix',
'src/**/*.{(j|t)s?(x),vue}': 'eslint --cache --fix --max-warnings 0',
};