mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
Lint .less files with stylelint (#925)
Lint .less files with stylelint. Fix #921 In particular, prevent tabs.
This commit is contained in:
6
.stylelintrc
Normal file
6
.stylelintrc
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
//"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user