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
180 B
JSON
Raw Permalink Normal View History

2022-01-06 19:52:25 +01:00
{
2024-01-30 01:16:56 +01:00
"**/*": ["editorconfig-checker", "prettier --write --ignore-unknown"],
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix --max-warnings 0 --report-unused-disable-directives"
]
2022-01-06 19:52:25 +01:00
}