Commit 2c539421 authored by Jérome Perrin's avatar Jérome Perrin

apply editor config in before commit hook

parent 94e3e752
This diff is collapsed.
{ {
"dependencies": { "dependencies": {
"eclint": "^2.8.1",
"husky": "^1.1.2", "husky": "^1.1.2",
"lint-staged": "^7.3.0" "lint-staged": "^7.3.0"
}, },
"lint-staged": { "lint-staged": {
"*": [
"eclint fix",
"git add"
],
"*.json": [ "*.json": [
"python2 ./format-json", "python2 ./format-json",
"git add" "git add"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment