Removed *.jsx from lint-staged config

This commit is contained in:
Andrey Okonetchnikov 2016-10-05 12:34:58 +02:00
parent af0563eb70
commit 18be4e8fd2

View File

@ -18,7 +18,7 @@
"lint:staged": "lint-staged" "lint:staged": "lint-staged"
}, },
"lint-staged": { "lint-staged": {
"*.@(js|jsx)": [ "*.js": [
"eslint --fix", "eslint --fix",
"git add" "git add"
], ],