nova1 / .lintstagedrc.json
gdhdp's picture
Upload 89 files
31abd2c
raw
history blame contribute delete
102 Bytes
{
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
"eslint --fix",
"prettier --write"
]
}