lbry-android/app/.lintstagedrc.json
2019-06-12 08:56:08 +01:00

6 lines
129 B
JSON

{
"linters": {
"src/**/*.{js,json}": ["prettier --write", "git add"],
"src/**/*.js": ["eslint --fix", "git add"]
}
}