Skip to content

Commit

Permalink
NIFI-11790 Upgraded stylelint from 14.2.0 to 15.10.1
Browse files Browse the repository at this point in the history
- Upgraded stylelint-config-standard-scss from 3.0.0 to 10.0.0
- Updated stylelint configuration for Registry to ignore new warnings

This closes apache#7464

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
dependabot[bot] and exceptionfactory committed Jul 10, 2023
1 parent 96be737 commit 063ab5c
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 539 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ module.exports = {
"ignoreAtRules": ["/include/", "/mixin/"]
}],
"declaration-empty-line-before": null,
"declaration-block-no-redundant-longhand-properties": null,
"function-no-unknown": null,
"import-notation": null,
"selector-type-no-unknown": [true, {
"ignoreTypes": ["/mat-/", "/flow-designer-/", "/fds-/", "/td-/"]
}],
"font-family-no-missing-generic-family-keyword": null,
"string-quotes": "single"
"font-family-no-missing-generic-family-keyword": null
}
};
Loading

0 comments on commit 063ab5c

Please sign in to comment.