1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
const config = { '**/*.ts?(x)': () => 'tsc -p tsconfig.json --noEmit', '**/*.(ts|tsx|js|jsx)': ['eslint --cache --fix', 'prettier --write'], '**/*.(md|json)': 'prettier --write', '**/*.scss': ['stylelint --fix', 'prettier --write'], '*': ['cspell --no-must-find-files --no-progress'], }; export default config; '/>
![]() |
index : www.armandphilippot.com | |
| The frontend of my personal website. | Armand Philippot |
| aboutsummaryrefslogtreecommitdiffstats |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|