Skip to content

Commit 6a08c99

Browse files
chore(lintstagedrc): remove no longer needed git add tasks
1 parent a68c180 commit 6a08c99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.lintstagedrc.yml

Lines changed: 0 additions & 3 deletions
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)