We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git add
1 parent a68c180 commit 6a08c99Copy full SHA for 6a08c99
.lintstagedrc.yml
@@ -1,14 +1,11 @@
1
"src/**/!(*.spec).ts":
2
- prettier --write --config ./.prettierrc.yml
3
- tslint --project ./tsconfig.json -t codeFrame --fix
4
- - git add
5
"(src/**/*.spec.ts|test/**/*.ts)":
6
7
# TODO LOW tslint will not work because of the following error
8
# ✖ tslint --project ./tsconfig.jest.json -t codeFrame --fix found some errors. Please fix them and try committing again.
9
#'/Users/michaelwittwer/dev/shiftcode/dynamo-easy/test/models/complex.model.ts' is not included in project.
10
# - tslint --project ./tsconfig.jest.json -t codeFrame --fix
11
12
"**/package.json":
13
- sort-package-json
14
0 commit comments