mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
refactor(options): add css and scss to lint configs for prettier
This commit is contained in:
parent
483192a57d
commit
009da851b6
@ -14,7 +14,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: '{*.js?(on),*.js, *.ts, *.vue}',
|
files: '{*.js?(on),*.js, *.ts, *.vue, *.css, *.scss}',
|
||||||
options: {
|
options: {
|
||||||
trailingComma: 'none',
|
trailingComma: 'none',
|
||||||
tabWidth: 2
|
tabWidth: 2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user