Skip to content

Commit

Permalink
Move reportNeedlessDisables into shared configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 7, 2024
1 parent cb5fa3f commit c5b09bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "@18f/identity-stylelint-config",
"ignoreFiles": "**/fixtures/**/*",
"reportNeedlessDisables": true
"ignoreFiles": "**/fixtures/**/*"
}
1 change: 1 addition & 0 deletions app/javascript/packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [`scss/dollar-variable-empty-line-before`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-empty-line-before/README.md)
- [`scss/double-slash-comment-empty-line-before`](https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/double-slash-comment-empty-line-before/README.md)
- [`color-function-notation`](https://stylelint.io/user-guide/rules/color-function-notation/) (due to [Sass incompatibilities](https://github.com/sass/sass/issues/2831))
- The ruleset now configures [`"reportNeedlessDisables": true`](https://stylelint.io/user-guide/options/#reportneedlessdisables), which will report inline configuration that disables rules unnecessarily.

## 4.1.0

Expand Down

0 comments on commit c5b09bc

Please sign in to comment.