Skip to content

Commit 7e00d82

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent 2b088bf commit 7e00d82

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

.prettierrc

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# js-exec
22

3-
This exposes `execvp` to Node.js. This allows running a child process that replaces the parent process image. This is not possible on Windows, if you run this on Windows, expect an exception!
3+
This exposes `execvp` to Node.js. This allows running a child process that
4+
replaces the parent process image. This is not possible on Windows, if you run
5+
this on Windows, expect an exception!
46

57
## Installation
68

package-lock.json

Lines changed: 4 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@matrixai/exec-linux-x64": "1.0.3"
5454
},
5555
"devDependencies": {
56-
"@matrixai/lint": "^0.2.6",
56+
"@matrixai/lint": "^0.2.11",
5757
"@napi-rs/cli": "^2.15.2",
5858
"@swc/core": "1.3.82",
5959
"@swc/jest": "^0.2.29",

0 commit comments

Comments
 (0)