enigma-bbs/.lintstagedrc.json

7 lines
71 B
JSON
Raw Normal View History

{
"*.js": [
"npx eslint --fix",
"npx prettier --write"
]
}