Ignore "selector-type-no-unknown" rule.

This commit is contained in:
lesley 2019-09-27 15:31:13 -05:00
Родитель 61e02cdeed
Коммит 4ea33a2bd8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
{
"extends": "stylelint-config-standard",
"rules": {
"no-descending-specificity": null
"no-descending-specificity": null,
"selector-type-no-unknown": null
}
}