1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00
html-w3c-validator/.lintstagedrc.json

7 lines
197 B
JSON
Raw Normal View History

2022-01-06 19:52:25 +01:00
{
"*": ["editorconfig-checker"],
"*.{js,ts,jsx,tsx}": ["prettier --write", "eslint --fix"],
2022-01-06 19:52:25 +01:00
"*.{yml,json}": ["prettier --write"],
2022-02-19 16:55:36 +01:00
"*.md": ["prettier --write", "markdownlint --dot --fix"]
2022-01-06 19:52:25 +01:00
}