This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/.lintstagedrc
2023-07-11 14:50:49 -03:00

5 lines
76 B
Plaintext

{
"gitDir": "./.git",
"*": "ESLINT_USE_FLAT_CONFIG=true eslint . --fix"
}