prevent commit on eslint warnings & fix lint (#268)
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
"git add"
|
||||
],
|
||||
"*.{js,ts,tsx}": [
|
||||
"eslint"
|
||||
"eslint --max-warnings 0"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user