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
+1 -1
View File
@@ -66,6 +66,6 @@
"selector-pseudo-element-colon-notation": "single",
"selector-pseudo-element-no-unknown": true,
"selector-type-case": "lower",
"selector-no-id": true
"selector-max-id": 0
}
}