chore: ignore built css when linting (#58589)

This commit is contained in:
Oliver Eyton-Williams
2025-02-05 20:11:51 +01:00
committed by GitHub
parent 313b5fdfbf
commit 46c8afd21b
2 changed files with 3 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ module.exports = {
if (files.length > 10) { if (files.length > 10) {
completedStages.add('css'); completedStages.add('css');
return 'pnpm stylelint --fix ./**/*.css'; return 'stylelint --fix ./**/*.css';
} else { } else {
return files.map(filename => `stylelint --fix '${filename}'`); return files.map(filename => `stylelint --fix '${filename}'`);
} }

2
.stylelintignore Normal file
View File

@@ -0,0 +1,2 @@
playwright
client/public