refactor(options): add css and scss to lint configs for prettier

This commit is contained in:
andatoshiki 2023-03-02 10:12:47 +08:00
parent 483192a57d
commit 009da851b6

View File

@ -14,7 +14,7 @@ module.exports = {
}
},
{
files: '{*.js?(on),*.js, *.ts, *.vue}',
files: '{*.js?(on),*.js, *.ts, *.vue, *.css, *.scss}',
options: {
trailingComma: 'none',
tabWidth: 2