mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
8 lines
203 B
JSON
8 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"
|
|
]
|
|
}
|