lbry-redux/.lintstagedrc

10 lines
114 B
Text
Raw Normal View History

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