Skip to content

Commit feeceed

Browse files
committed
Add declaration-block-no-ignored-properties
1 parent f766847 commit feeceed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
"comment-whitespace-inside": "always",
2222
"declaration-bang-space-after": "never",
2323
"declaration-bang-space-before": "always",
24+
"declaration-block-no-ignored-properties": true,
2425
"declaration-block-no-shorthand-property-overrides": true,
2526
"declaration-block-semicolon-newline-after": "always-multi-line",
2627
"declaration-block-semicolon-space-after": "always-single-line",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"eslint": "^2.2.0",
2323
"eslint-config-stylelint": "^1.0.0",
2424
"npmpub": "^3.0.1",
25-
"stylelint": "^4.5.0"
25+
"stylelint": "^5.3.0"
2626
},
2727
"peerDependencies": {
28-
"stylelint": "^4.5.0 || ^5.0.0"
28+
"stylelint": "^5.3.0"
2929
},
3030
"scripts": {
3131
"ava": "ava --verbose \"__tests__/**/*.js\"",

0 commit comments

Comments
 (0)