Enable stylelint-config-standard, lint CSS files (#1575)

This commit is contained in:
ylemkimon
2018-08-10 02:10:30 +09:00
committed by Erik Demaine
parent eab8f24333
commit e4db097f0c
7 changed files with 73 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
{
//"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
}