chore(lint): fix .stylelintrc.json

This commit is contained in:
Alexander Zhukov 2017-07-24 13:12:28 +03:00
parent 7bbcebdc9f
commit 3ec36503f4

View file

@ -63,7 +63,9 @@
"selector-pseudo-element-colon-notation": "double",
"selector-pseudo-element-no-unknown": true,
"selector-type-case": "lower",
"selector-no-id": true,
"selector-max-id": 0,
"no-missing-end-of-source-newline": true,
"max-line-length": 120
}