mirror of https://github.com/apache/nifi.git
NIFI-11790 Upgraded stylelint from 14.2.0 to 15.10.1
- Upgraded stylelint-config-standard-scss from 3.0.0 to 10.0.0 - Updated stylelint configuration for Registry to ignore new warnings This closes #7464 Co-authored-by: David Handermann <exceptionfactory@apache.org> Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
96be7377b3
commit
063ab5cba8
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -108,8 +108,8 @@
|
|||
"sass": "1.32.0",
|
||||
"sass-loader": "7.1.0",
|
||||
"style-loader": "0.23.1",
|
||||
"stylelint": "14.2.0",
|
||||
"stylelint-config-standard-scss": "3.0.0",
|
||||
"stylelint": "15.10.1",
|
||||
"stylelint-config-standard-scss": "10.0.0",
|
||||
"terser-webpack-plugin": "1.4.5",
|
||||
"ts-loader": "6.0.4",
|
||||
"typescript": "4.5.5",
|
||||
|
|
Loading…
Reference in New Issue