Skip to content

Commit

Permalink
chore: improve configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Korzunin committed Sep 14, 2021
1 parent 3962344 commit 77afaa1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage/*
dist/*
plop/*
prisma/*
jest.config.js
5 changes: 0 additions & 5 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ env:
node: true
jest: true
root: true
ignorePatterns:
- dist
- plop
- prisma
- jest.config.js
plugins:
- jest
- '@typescript-eslint'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# with:
# node-version: 14
# - run: npm install
# - run: npm run coverage
# - run: npm run test:coverage
# - uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"prepublishOnly": "npm run build",
"pretest": "npm run lint",
"test": "jest --passWithNoTests",
"coverage": "npm run test -- --coverage",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint .",
"prepare": "husky install"
},
Expand Down

0 comments on commit 77afaa1

Please sign in to comment.