lbry-react-native/.lintstagedrc.json

7 lines
129 B
JSON
Raw Normal View History

2019-07-09 02:54:32 +02:00
{
"linters": {
"src/**/*.{js,json}": ["prettier --write", "git add"],
"src/**/*.js": ["eslint --fix", "git add"]
}
}