Files
KaTeX/.stylelintrc
Erik Demaine 7f6f59ef8a Lint .less files with stylelint (#925)
Lint .less files with stylelint. Fix #921

In particular, prevent tabs.
2017-10-10 11:14:09 -04:00

7 lines
97 B
Plaintext

{
//"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
}
}