mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
9 lines
203 B
JSON
9 lines
203 B
JSON
{
|
|
"*.{js,jsx,ts,tsx,mjs}": ["eslint --fix"],
|
|
"*.css": ["stylelint --allow-empty-input --fix"],
|
|
"*": [
|
|
"prettier --ignore-unknown --write",
|
|
"cspell --no-must-find-files --no-progress"
|
|
]
|
|
}
|