Skip to content

Commit

Permalink
remove prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMurray97 committed Jan 2, 2024
1 parent 10ebc4e commit a020e95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 38 deletions.
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc

This file was deleted.

24 changes: 4 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"start": "node lib/index.js",
"lint": "eslint '{src,test}/**/*.ts'",
"lint:fix": "eslint '{src,test}/**/*.ts' --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"test": "jest",
"coverage": "jest --coverage",
"prepare": "husky install",
Expand All @@ -38,7 +36,6 @@
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit a020e95

Please sign in to comment.