lbry-redux/.lintstagedrc.json

7 lines
129 B
JSON
Raw Normal View History

2018-04-05 04:57:29 +02:00
{
"linters": {
"src/**/*.{js,json}": ["prettier --write", "git add"],
"src/**/*.js": ["eslint --fix", "git add"]
2018-04-05 04:57:29 +02:00
}
}