Don't worry about global function names for now

This commit is contained in:
Kevin MacMartin 2024-03-11 17:03:51 -04:00
parent 1a2c3e092e
commit ca9f02e6bc

View file

@ -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" } ],