mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
[lint-staged]: remove jest, doesn't work in lint-staged at all.
This commit is contained in:
parent
d1b40072fe
commit
193ad93a7d
5 changed files with 0 additions and 5 deletions
|
@ -8,7 +8,6 @@ linters:
|
|||
src/**/*.{ts,tsx}:
|
||||
- tslint --fix
|
||||
- stylelint --fix
|
||||
- jest --bail --findRelatedTests
|
||||
- git add
|
||||
|
||||
|
|
@ -8,7 +8,6 @@ linters:
|
|||
src/**/*.{ts,tsx}:
|
||||
- tslint --fix
|
||||
- stylelint --fix
|
||||
- jest --bail --findRelatedTests
|
||||
- git add
|
||||
|
||||
|
|
@ -8,7 +8,6 @@ linters:
|
|||
src/**/*.{ts,tsx}:
|
||||
- tslint --fix
|
||||
- stylelint --fix
|
||||
- jest --bail --findRelatedTests
|
||||
- git add
|
||||
|
||||
|
|
@ -2,7 +2,6 @@ linters:
|
|||
src/**/*.{ts,tsx}:
|
||||
- tslint --fix
|
||||
- stylelint --fix
|
||||
- jest --bail --findRelatedTests
|
||||
- git add
|
||||
|
||||
|
|
@ -2,7 +2,6 @@ linters:
|
|||
./**/*.{ts,tsx}:
|
||||
- tslint --fix
|
||||
- stylelint --fix
|
||||
- jest --bail --findRelatedTests
|
||||
- git add
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue