Use the correct style linter.

This commit is contained in:
József Farkas
2016-06-25 12:46:24 +02:00
parent 53177920bb
commit a9ebb393ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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",