Removed *.jsx from lint-staged config
This commit is contained in:
parent
af0563eb70
commit
18be4e8fd2
@ -18,7 +18,7 @@
|
||||
"lint:staged": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.@(js|jsx)": [
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user