dds / .lintstagedrc.json
dakaca's picture
Upload 150 files
a1fb323
raw
history blame contribute delete
No virus
102 Bytes
{
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
"eslint --fix",
"prettier --write"
]
}