lbry-redux/.lintstagedrc

10 lines
114 B
Text
Raw Normal View History

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