lbry-desktop/.lintstagedrc.json

7 lines
173 B
JSON
Raw Normal View History

{
"linters": {
2019-03-18 01:09:50 -04:00
"src/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
2019-05-06 22:35:04 -04:00
"src/**/*.{js,jsx}": ["eslint", "flow focus-check --color always", "git add"]
}
}