mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +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:
|
||||
enabled: true
|
||||
style: single_quotes # or double_quotes
|
||||
style: double_quotes # or single_quotes
|
||||
|
||||
TrailingSemicolon:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue