Updates definition build script for babel 7.0 (#5024)

* Updates definition build script for babel 7.0

* run eslint on staged files
This commit is contained in:
Florent Vilmart
2018-09-08 14:12:23 -04:00
committed by GitHub
parent fefecfeb9a
commit 617e8405ff
4 changed files with 103 additions and 68 deletions

View File

@@ -107,8 +107,7 @@
"lint-staged": {
"{src,spec}/**/*.js": [
"prettier --write",
"flow",
"eslint --cache ./",
"eslint --cache",
"git add"
]
}