Skip to content

Commit

Permalink
fix: remove prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zuev committed Dec 15, 2021
1 parent ae6e534 commit 6bf0f24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
8 changes: 0 additions & 8 deletions .prettierrc.json

This file was deleted.

19 changes: 0 additions & 19 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@
"@types/jest": "^27.0.3",
"@types/node": "^16.11.3",
"jest": "^27.4.5",
"prettier": "^1.18.2",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"yaml": "^1.6.0",
"ydb-sdk": "^1.5.1"
},
"scripts": {
"test": "jest -c config/jest.ts --passWithNoTests",
"format": "prettier --config .prettierrc.json --write ./**/*.ts ./**/*.js"
"test": "jest -c config/jest.ts --passWithNoTests"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 6bf0f24

Please sign in to comment.