thematic/.lintstagedrc.json

5 строки
101 B
JSON

{
"*": ["yarn essex prettify --staged"],
"*.{js,jsx,ts,tsx}": ["yarn essex lint --fix --staged"]
}