Skip to content

Commit

Permalink
Remove prettier/lint-staged/husky
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Sep 28, 2022
1 parent fd4ade0 commit c21dc25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ with the contributing guidelines (found in the CONTRIBUTING.md file).
### Housekeeping

- [ ] Unit tests
- [ ] Documentation is up to date
- [ ] No additional lint warnings
- [ ] Documentation is up to date
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
FORCE_COLOR: true
- uses: codecov/codecov-action@v3

lint:
typecheck:
name: Run TypeScript compiler
runs-on: ubuntu-latest
steps:
Expand Down
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"build": "babel src -d dist --ignore src/**/*.test.js",
"contributor": "all-contributors add",
"contributor:gen": "all-contributors generate",
"lint:fix": "yarn lint --fix",
"precommit": "lint-staged",
"prepublishOnly": "yarn build",
"prettier": "prettier 'src/**/*.js' --write --single-quote=true --print-width=120",
"test": "jest",
"test:coverage": "yarn test --coverage",
"test:report": "codecov"
Expand Down Expand Up @@ -47,19 +44,10 @@
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@types/jest": "^26.0.23",
"codecov": "^3.0.1",
"husky": "^0.14.3",
"jest": "^27.0.5",
"jest-extended": "^0.11.5",
"lint-staged": "^7.0.5",
"prettier": "^1.12.1",
"pretty-format": "^22.4.3"
},
"lint-staged": {
"*.js": [
"yarn prettier",
"git add"
]
},
"babel": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
Expand Down

0 comments on commit c21dc25

Please sign in to comment.