Skip to content

Commit f478d1f

Browse files
Merge pull request #270 from shiftcode/renovate/lint-staged-10.x
chore(deps): update dependency lint-staged to v10
2 parents 177ad38 + 6a08c99 commit f478d1f

File tree

3 files changed

+128
-143
lines changed

3 files changed

+128
-143
lines changed

.lintstagedrc.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
"src/**/!(*.spec).ts":
22
- prettier --write --config ./.prettierrc.yml
33
- tslint --project ./tsconfig.json -t codeFrame --fix
4-
- git add
54
"(src/**/*.spec.ts|test/**/*.ts)":
65
- prettier --write --config ./.prettierrc.yml
76
# TODO LOW tslint will not work because of the following error
87
# ✖ tslint --project ./tsconfig.jest.json -t codeFrame --fix found some errors. Please fix them and try committing again.
98
#'/Users/michaelwittwer/dev/shiftcode/dynamo-easy/test/models/complex.model.ts' is not included in project.
109
# - tslint --project ./tsconfig.jest.json -t codeFrame --fix
11-
- git add
1210
"**/package.json":
1311
- sort-package-json
14-
- git add

0 commit comments

Comments
 (0)