lbry-desktop/.lintstagedrc.json
2019-05-06 23:29:50 -04:00

7 lines
173 B
JSON

{
"linters": {
"src/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
"src/**/*.{js,jsx}": ["eslint", "flow focus-check --color always", "git add"]
}
}