lbry-desktop/.lintstagedrc.json

7 lines
179 B
JSON
Raw Normal View History

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