Skip to content

Commit

Permalink
specify node version
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Aug 28, 2024
1 parent 9aeebd8 commit e1b0e88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 35 deletions.
6 changes: 0 additions & 6 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-check

import globals from "globals";
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";

Expand All @@ -10,9 +9,4 @@ export default tseslint.config(
{
ignores: ["dist/*"],
},
{
languageOptions: {
globals: globals.node, // For JS only
},
},
);
33 changes: 5 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^16.18.106",
"@types/vscode": "1.74.0",
"@vscode/vsce": "^2.29.0",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
Expand Down

0 comments on commit e1b0e88

Please sign in to comment.