|
|
@@ -4,7 +4,7 @@ module.exports = {
|
|
|
// Run Stylelint on CSS files
|
|
|
'*.css': 'stylelint --fix --allow-empty-input',
|
|
|
// Run Biome on TS, TSX, JS, JSX files
|
|
|
- '*.{ts,js}?(x)': 'npx @biomejs/biome lint --write --no-errors-on-unmatched',
|
|
|
+ '*.{ts,js}?(x)': 'biome lint --write --no-errors-on-unmatched',
|
|
|
// Run Prettier where supported
|
|
|
'*': 'prettier --write --ignore-unknown',
|
|
|
};
|