From a9ebb393ff07d673b01a06239bd89924c7b98c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Sat, 25 Jun 2016 12:46:24 +0200 Subject: [PATCH] Use the correct style linter. --- .stylelintrc.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 908945d9..93ab580f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -12,7 +12,7 @@ "number-leading-zero": "always", "number-no-trailing-zeros": true, - "number-zero-length-no-unit": true, + "length-zero-no-unit": true, "number-max-precision": 4, "no-duplicate-selectors": true, diff --git a/package.json b/package.json index 451814a4..3b37e43e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "npm-run-all": "^2.2.0", "raw-loader": "^0.5.1", "sass-loader": "^3.2.1", - "stylint": "^1.3.10", + "stylelint": "^6.7.1", "ts-loader": "^0.8.2", "tslint": "^3.11.0", "typings": "^1.3.0",