react-toolbox/.lintstagedrc

8 lines
99 B
Plaintext

{
"*.js": [
"eslint --fix",
"git add"
],
"*.scss": "sass-lint --max-warnings 0 -v"
}