refs #455 Fix stylelint config for update stylelint-processor-html

This commit is contained in:
AkiraFukushima 2018-07-27 22:18:30 +09:00
parent 457a85a7ff
commit e4eb006260
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"processors": ["stylelint-processor-html"],
"processors": ["@mapbox/stylelint-processor-arbitrary-tags"],
"extends": "stylelint-config-standard"
}