Skip to content

Commit c4dc04a

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
also removed eslint from dev dependencies since its already included in js-lint
1 parent c17ee76 commit c4dc04a

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# js-virtualtar
22

3-
VirtualTar is a library used to create tar files using a virtual file system or a file tree. This library aims to provide a platform-agnostic generator-parser pair to create tar files without the reliance on a file system.
3+
VirtualTar is a library used to create tar files using a virtual file system or
4+
a file tree. This library aims to provide a platform-agnostic generator-parser
5+
pair to create tar files without the reliance on a file system.
46

57
## Installation
68

@@ -52,4 +54,5 @@ git push --tags
5254

5355
## License
5456

55-
`js-virtualtar` is licensed under Apache-2.0, you may read the terms of the license [here](LICENSE).
57+
`js-virtualtar` is licensed under Apache-2.0, you may read the terms of the
58+
license [here](LICENSE).

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@
3838
},
3939
"devDependencies": {
4040
"@fast-check/jest": "^1.1.0",
41-
"@matrixai/lint": "^0.2.8",
41+
"@matrixai/lint": "^0.2.11",
4242
"@swc/core": "^1.3.62",
4343
"@swc/jest": "^0.2.26",
4444
"@types/jest": "^28.1.3",
4545
"@types/node": "^18.15.0",
4646
"@types/tar": "^6.1.13",
47-
"eslint": "^9.0.0",
4847
"fast-check": "^3.0.1",
4948
"jest": "^28.1.1",
5049
"jest-extended": "^3.0.1",

0 commit comments

Comments
 (0)