Files
static-testing-tools/.lintstagedrc
Kent C. Dodds bdde2e618f break things
2018-09-14 20:04:48 -06:00

9 lines
100 B
Plaintext

{
"linters": {
"*.js": [
"eslint",
"prettier --write",
"git add"
]
}
}