mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
7 lines
180 B
JSON
7 lines
180 B
JSON
{
|
|
"**/*": ["editorconfig-checker", "prettier --write --ignore-unknown"],
|
|
"**/*.{js,jsx,ts,tsx}": [
|
|
"eslint --fix --max-warnings 0 --report-unused-disable-directives"
|
|
]
|
|
}
|