markdownlint-rule-relative-.../.lintstagedrc.json

8 lines
233 B
JSON
Raw Normal View History

2023-01-02 15:23:16 +01:00
{
2024-01-29 21:24:22 +01:00
"**/*": ["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"
]
2023-01-02 15:23:16 +01:00
}