lbry-android-sdk/app/.lintstagedrc.json

7 lines
129 B
JSON
Raw Normal View History

2019-06-12 08:56:08 +01:00
{
"linters": {
"src/**/*.{js,json}": ["prettier --write", "git add"],
"src/**/*.js": ["eslint --fix", "git add"]
}
}