chore: configure lint-staged and commitlint
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"*.{js,jsx,ts,tsx}": [
|
||||
"eslint --fix"
|
||||
],
|
||||
"*.{json,md}": [
|
||||
"eslint --fix"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user