File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import js from "@eslint/js";
33import typescriptEslint from "@typescript-eslint/eslint-plugin" ;
44import tsParser from "@typescript-eslint/parser" ;
55import tsdoc from "eslint-plugin-tsdoc" ;
6- import globals from "globals" ;
76import path from "node:path" ;
87import { 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" ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments