mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
8 lines
233 B
JSON
8 lines
233 B
JSON
{
|
|
"**/*": ["editorconfig-checker", "prettier --write --ignore-unknown"],
|
|
"**/*.md": ["markdownlint-cli2 --fix --no-globs"],
|
|
"**/*.{js,jsx,ts,tsx}": [
|
|
"eslint --fix --max-warnings 0 --report-unused-disable-directives"
|
|
]
|
|
}
|