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
|
enabled: true
|
||||||
|
|
||||||
ColorVariable:
|
ColorVariable:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
Comment:
|
Comment:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -114,7 +114,7 @@ linters:
|
||||||
ignore_parent_selectors: false
|
ignore_parent_selectors: false
|
||||||
|
|
||||||
PlaceholderInExtend:
|
PlaceholderInExtend:
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
PrivateNamingConvention:
|
PrivateNamingConvention:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue