Files
KaTeX/.stylelintrc
ylemkimon b99de9ae68 Use local built CSS and fonts for master documentation (#1584)
* Change `npm run` to `yarn`

* Export `commander` program if required as module

* Move `prestart` (cli.md generation) to build.js

* Normalize script names

* Change `yarn prestart` to `node lib/build.js`

* Use local built CSS and fonts

* Move stylesheet after the first paragraph

* Remove prestart script
2018-08-11 08:20:03 +09:00

10 lines
146 B
Plaintext

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
},
"ignoreFiles": [
"**/*.min.css"
]
}