style: Fix styelint warning (#336)

Deprecation Warning: 'selector-no-id' has been deprecated and in 8.0 will be removed.
Instead use 'selector-max-id' with '0' as its primary option.
See: https://stylelint.io/user-guide/rules/selector-no-id/
This commit is contained in:
Róbert Kiss
2017-07-05 18:02:31 +02:00
committed by László Monda
parent 66525f7e84
commit 1796e61f02
2 changed files with 2 additions and 2 deletions

View File

@@ -66,6 +66,6 @@
"selector-pseudo-element-colon-notation": "single", "selector-pseudo-element-colon-notation": "single",
"selector-pseudo-element-no-unknown": true, "selector-pseudo-element-no-unknown": true,
"selector-type-case": "lower", "selector-type-case": "lower",
"selector-no-id": true "selector-max-id": 0
} }
} }

View File

@@ -42,7 +42,7 @@
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"sass-loader": "^6.0.3", "sass-loader": "^6.0.3",
"standard-version": "^4.0.0", "standard-version": "^4.0.0",
"stylelint": "^7.10.1", "stylelint": "^7.12.0",
"ts-loader": "^2.0.3", "ts-loader": "^2.0.3",
"tslint": "~5.4.3", "tslint": "~5.4.3",
"webpack": "^2.4.1", "webpack": "^2.4.1",