Skip to content

Commit 86a10d2

Browse files
crisbetotinayuangao
authored andcommitted
chore: fix deprecation warning and bump stylelint version (#2932)
Removes a deprecated Stylelint from our config and bumps the Stylelint version.
1 parent 210ff02 commit 86a10d2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"run-sequence": "^1.2.2",
9292
"sass": "^0.5.0",
9393
"selenium-webdriver": "^3.0.1",
94-
"stylelint": "^7.7.1",
94+
"stylelint": "^7.8.0",
9595
"travis-after-modes": "0.0.7",
9696
"ts-node": "^2.0.0",
9797
"tslint": "^3.13.0",

stylelint-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"declaration-block-no-duplicate-properties": [ true, {
3232
"ignore": ["consecutive-duplicates-with-different-values"]
3333
}],
34-
"declaration-block-no-ignored-properties": true,
3534
"declaration-block-trailing-semicolon": "always",
3635
"declaration-block-single-line-max-declarations": 1,
3736
"declaration-block-semicolon-space-before": "never",

0 commit comments

Comments
 (0)