-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from shiftcode/update-dependencies
Update dependencies
- Loading branch information
Showing
48 changed files
with
10,123 additions
and
9,497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
linters: | ||
"src/**/*(!spec).ts": | ||
- prettier --write --config ./.prettierrc.yml | ||
- tslint --project ./tsconfig.json -t codeFrame --fix | ||
- git add | ||
"(src/**/*.spec.ts|test/**/*.ts)": | ||
- prettier --write --config ./.prettierrc.yml | ||
# TODO LOW tslint will not work because of the following error | ||
# ✖ tslint --project ./tsconfig.jest.json -t codeFrame --fix found some errors. Please fix them and try committing again. | ||
#'/Users/michaelwittwer/dev/shiftcode/dynamo-easy/test/models/complex.model.ts' is not included in project. | ||
# - tslint --project ./tsconfig.jest.json -t codeFrame --fix | ||
- git add | ||
"**/package.json": | ||
- sort-package-json | ||
- git add | ||
"src/**/!(*.spec).ts": | ||
- prettier --write --config ./.prettierrc.yml | ||
- tslint --project ./tsconfig.json -t codeFrame --fix | ||
- git add | ||
"(src/**/*.spec.ts|test/**/*.ts)": | ||
- prettier --write --config ./.prettierrc.yml | ||
# TODO LOW tslint will not work because of the following error | ||
# ✖ tslint --project ./tsconfig.jest.json -t codeFrame --fix found some errors. Please fix them and try committing again. | ||
#'/Users/michaelwittwer/dev/shiftcode/dynamo-easy/test/models/complex.model.ts' is not included in project. | ||
# - tslint --project ./tsconfig.jest.json -t codeFrame --fix | ||
- git add | ||
"**/package.json": | ||
- sort-package-json | ||
- git add |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.