lbry-desktop/.lintstagedrc.json
2020-01-29 14:27:50 -05:00

10 lines
357 B
JSON

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