lbry-desktop/.lintstagedrc.json

8 lines
235 B
JSON
Raw Normal View History

{
"linters": {
2019-11-13 19:14:19 +01:00
"ui/**/*.{js,jsx,scss,json}": ["prettier --write", "git add"],
2021-10-22 16:57:59 +02:00
"ui/**/*.{js,jsx}": ["eslint", "flow focus-check --color always", "git add"]
2020-01-28 19:00:45 +01:00
},
2021-10-22 16:57:59 +02:00
"ignore": ["node_modules", "dist/**/*", "package-lock.json"]
}