lbry-desktop/.lintstagedrc.json

7 lines
171 B
JSON
Raw Normal View History

{
"linters": {
2019-11-13 19:14:19 +01:00
"ui/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
"ui/**/*.{js,jsx}": ["eslint", "flow focus-check --color always", "git add"]
}
}