From 29b7d78ff22d8cf51208a977f37e490a3ef7fb12 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sat, 4 Feb 2017 17:38:02 +0100 Subject: [PATCH] chore: fix deprecation warning and bump stylelint version Removes a deprecated Stylelint from our config and bumps the Stylelint version. --- package.json | 2 +- stylelint-config.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 52168725e1e7..34993b2abc13 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "run-sequence": "^1.2.2", "sass": "^0.5.0", "selenium-webdriver": "^3.0.1", - "stylelint": "^7.7.1", + "stylelint": "^7.8.0", "travis-after-modes": "0.0.7", "ts-node": "^2.0.0", "tslint": "^3.13.0", diff --git a/stylelint-config.json b/stylelint-config.json index 17f3c7292822..029018da60ef 100644 --- a/stylelint-config.json +++ b/stylelint-config.json @@ -31,7 +31,6 @@ "declaration-block-no-duplicate-properties": [ true, { "ignore": ["consecutive-duplicates-with-different-values"] }], - "declaration-block-no-ignored-properties": true, "declaration-block-trailing-semicolon": "always", "declaration-block-single-line-max-declarations": 1, "declaration-block-semicolon-space-before": "never",