lbry-desktop/.lintstagedrc.json

8 lines
249 B
JSON
Raw Normal View History

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