Lint .less files with stylelint (#925)

Lint .less files with stylelint. Fix #921

In particular, prevent tabs.
This commit is contained in:
Erik Demaine
2017-10-10 11:14:09 -04:00
committed by GitHub
parent 3280652bd6
commit 7f6f59ef8a
4 changed files with 11 additions and 2 deletions

6
.stylelintrc Normal file
View File

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