spee.ch/lintstagedrc.json

7 lines
179 B
JSON
Raw Normal View History

2019-01-14 22:32:56 -06:00
{
"linters": {
"src/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
"src/**/*.{js,jsx}": ["eslint --fix", "flow focus-check --color always", "git add"]
}
}