We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 177ad38 + 6a08c99 commit f478d1fCopy full SHA for f478d1f
.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