mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Disable ColorVariable and PlaceholderInExtend
This commit is contained in:
parent
d8328adfcc
commit
b6e4d73f85
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ linters:
|
|||
enabled: true
|
||||
|
||||
ColorVariable:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
Comment:
|
||||
enabled: true
|
||||
|
@ -114,7 +114,7 @@ linters:
|
|||
ignore_parent_selectors: false
|
||||
|
||||
PlaceholderInExtend:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
PrivateNamingConvention:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue