From 7e00d82632526d2a03f565f30ecd79b7f3987126 Mon Sep 17 00:00:00 2001 From: CDeltakai Date: Thu, 29 May 2025 15:25:40 +1000 Subject: [PATCH] chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed --- .prettierrc | 7 ------- README.md | 4 +++- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index fa9699b..0000000 --- a/.prettierrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "semi": true, - "trailingComma": "all", - "singleQuote": true, - "printWidth": 80, - "tabWidth": 2 -} diff --git a/README.md b/README.md index 84bddb4..4c779b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # js-exec -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! +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! ## Installation diff --git a/package-lock.json b/package-lock.json index f3324ec..502e30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.3", "license": "Apache-2.0", "devDependencies": { - "@matrixai/lint": "^0.2.6", + "@matrixai/lint": "^0.2.11", "@napi-rs/cli": "^2.15.2", "@swc/core": "1.3.82", "@swc/jest": "^0.2.29", @@ -1999,9 +1999,9 @@ ] }, "node_modules/@matrixai/lint": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/@matrixai/lint/-/lint-0.2.6.tgz", - "integrity": "sha512-Cbx6SCTAqSt7lTKkaXL7wB+KbkiXYpQ0LdV5fPcnzEfG0sCuG8dbJcwzgHT5Qn7ubG71BBLUVFjHY1EGADzT8g==", + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/@matrixai/lint/-/lint-0.2.11.tgz", + "integrity": "sha512-Q/atLaVExgQbd7b/sXCvTAIus0M+egxr6fjHFNzpUZGY3Gu+UkYQrel/440JnvZ+fK8fq9GTHewpa14H08AcRw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 5b13a34..a6def15 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@matrixai/exec-linux-x64": "1.0.3" }, "devDependencies": { - "@matrixai/lint": "^0.2.6", + "@matrixai/lint": "^0.2.11", "@napi-rs/cli": "^2.15.2", "@swc/core": "1.3.82", "@swc/jest": "^0.2.29",