Skip to content

Commit

Permalink
Lint test configs on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Aug 13, 2018
1 parent 987c1c8 commit f764d89
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 269 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@
"tslint --project test/typescript --fix",
"prettier --write",
"git add"
],
"{test/test,test/*/index,test/utils,test/**/_config}.js": [
"eslint --fix",
"prettier --write",
"git add"
]
}
}
Loading

0 comments on commit f764d89

Please sign in to comment.