lbry-desktop/.lintstagedrc.json
2019-11-13 19:09:30 -05:00

7 lines
171 B
JSON

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