mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-05 20:54:27 +08:00
set scss-lint to allow double quotes
This commit is contained in:
parent
ce6613ac63
commit
bc2c9e24e2
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ linters:
|
||||||
|
|
||||||
StringQuotes:
|
StringQuotes:
|
||||||
enabled: true
|
enabled: true
|
||||||
style: single_quotes # or double_quotes
|
style: double_quotes # or single_quotes
|
||||||
|
|
||||||
TrailingSemicolon:
|
TrailingSemicolon:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue