Skip to content

Commit

Permalink
chore: add only the basic rules
Browse files Browse the repository at this point in the history
all the other rules needed will be added in the respective children stylelintrc.json files. Some of them can be fixable in the children packages when the node version gets upgraded for example, so it is not a good practice to add them as global rules for newer packages using this package

Issues: MOL-29290
  • Loading branch information
Txabox committed Apr 22, 2024
1 parent 60f8f91 commit 6ea34b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
],
"rules": {
"scss/at-mixin-pattern": null,
"scss/dollar-variable-pattern": null,
"scss/no-global-function-names": null
"scss/dollar-variable-pattern": null
}
}
],
"rules": {
"color-function-notation": null,
"keyframes-name-pattern": null,
"media-feature-range-notation": null,
"no-descending-specificity": null,
"no-invalid-position-at-import-rule": null,
"property-no-unknown": [
Expand All @@ -27,7 +24,6 @@
]
}
],
"selector-class-pattern": null,
"selector-id-pattern": null,
"selector-pseudo-class-no-unknown": [
true,
Expand Down

0 comments on commit 6ea34b6

Please sign in to comment.