Skip to content

Commit 3563bf1

Browse files
authored
Merge pull request #584 from neo4j/remove-globals
Remove globals dev dependency
2 parents 633acc3 + 2106758 commit 3563bf1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

eslint.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import js from "@eslint/js";
33
import typescriptEslint from "@typescript-eslint/eslint-plugin";
44
import tsParser from "@typescript-eslint/parser";
55
import tsdoc from "eslint-plugin-tsdoc";
6-
import globals from "globals";
76
import path from "node:path";
87
import { fileURLToPath } from "node:url";
98

@@ -32,10 +31,6 @@ export default [
3231
},
3332

3433
languageOptions: {
35-
globals: {
36-
...globals.node,
37-
},
38-
3934
parser: tsParser,
4035
ecmaVersion: 5,
4136
sourceType: "commonjs",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@
5353
"eslint": "^9.15.0",
5454
"eslint-config-prettier": "^10.0.0",
5555
"eslint-plugin-tsdoc": "^0.4.0",
56-
"globals": "^16.0.0",
5756
"jest": "^29.7.0",
5857
"jest-extended": "^6.0.0",
5958
"prettier": "^3.4.1",
6059
"ts-jest": "^29.2.5",
61-
"typedoc": "^0.28.10",
60+
"typedoc": "^0.28.13",
6261
"typescript": "^5.6.3"
6362
}
6463
}

0 commit comments

Comments
 (0)