mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
export default {
|
|
'*.{js,ts,jsx,tsx,json,html,xml,css,scss,sass,md}': 'cspell --no-must-find-files',
|
|
'*': 'prettier --write --ignore-unknown'
|
|
};
|