Skip to content

Commit

Permalink
stylelint ignores location-autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw authored and jacksonj04 committed Nov 4, 2024
1 parent 43ea1a6 commit 239aabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
extends: ["@nationalarchives/ds-caselaw-frontend/stylelint.config.js"],
ignoreFiles: ["ds_judgements_public_ui/static/css/includes/**/*"],
rules: {
"selector-id-pattern": null,
"no-duplicate-selectors": null,
Expand All @@ -14,6 +15,5 @@ module.exports = {
"scss/operator-no-newline-after": null,
"scss/double-slash-comment-whitespace-inside": null,
"scss/dollar-variable-pattern": null,
"declaration-block-single-line-max-declarations": null,
},
};

0 comments on commit 239aabc

Please sign in to comment.