Skip to content

Commit

Permalink
Disable function-no-unknown/no-global function names
Browse files Browse the repository at this point in the history
The key rule is the second one, as it's not supported in Ruby Sass.
  • Loading branch information
nickcharlton committed Feb 2, 2024
1 parent 2f446c7 commit 10edd56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"ignoreAnnotations": ["default", "global"]
}
],
"function-no-unknown": null,
"scss/no-global-function-names": null,
"selector-class-pattern": [
"^[a-z]([-]?[a-z0-9]+)*(__[a-z0-9]([-]?[a-z0-9]+)*)?(--[a-z0-9]([-]?[a-z0-9]+)*)?$",
{
Expand Down

0 comments on commit 10edd56

Please sign in to comment.