Skip to content

Commit

Permalink
feat(stylelint-config): disable function-url-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 17, 2024
1 parent 0a43bb0 commit 32b5e6e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions projects/stylelint-config/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"defaultSeverity": "error",
"customSyntax": "postcss-less",
"rules": {
"function-url-quotes": null,
"selector-max-specificity": null,
"function-no-unknown": null,
"no-duplicate-selectors": null,
Expand Down Expand Up @@ -247,12 +248,6 @@
"severity": "error"
}
],
"function-url-quotes": [
"always",
{
"severity": "error"
}
],
"length-zero-no-unit": [
true,
{
Expand Down

0 comments on commit 32b5e6e

Please sign in to comment.