Skip to content

Commit

Permalink
Ignore failing stylelint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Oct 31, 2024
1 parent bc0e33b commit 57a17dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
module.exports = {
extends: ["@nationalarchives/ds-caselaw-frontend/stylelint.config.js"],
rules: {
"selector-id-pattern": null,
"no-duplicate-selectors": null,
"selector-class-pattern": null,
"scss/at-mixin-pattern": null,
"no-empty-source": null,
"number-max-precision": null,
"no-descending-specificity": null,
"font-family-no-missing-generic-family-keyword": null,
"scss/no-global-function-names": null,
"block-no-empty": null,
"scss/operator-no-newline-after": null,
"scss/double-slash-comment-whitespace-inside": null,
"scss/dollar-variable-pattern": null,
},
};

0 comments on commit 57a17dd

Please sign in to comment.