mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-12 12:26:40 -05:00
Don't worry about global function names for now
This commit is contained in:
parent
1a2c3e092e
commit
ca9f02e6bc
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@
|
|||
"scss/load-no-partial-leading-underscore": null,
|
||||
|
||||
"scss/no-duplicate-dollar-variables": true,
|
||||
"scss/no-global-function-names": null,
|
||||
"scss/no-unused-private-members": [ true, { "severity": "warning" } ],
|
||||
|
||||
"@stylistic/color-hex-case": [ "lower", { "severity": "warning" } ],
|
||||
|
|
Loading…
Reference in a new issue