diff --git a/eslint.config.mjs b/eslint.config.mjs index f036494..836ae89 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -9,16 +9,6 @@ import awesomeCodeStyle, { configs } from '@awesome-code-style/eslint-config'; import notice from 'eslint-plugin-notice'; import globals from 'globals'; -const HEADER_TEMPLATE = ` -/* - * Copyright (c) Imply Data, Inc. All rights reserved. - * - * This software is the confidential and proprietary information - * of Imply Data, Inc. - */ - -`.trimStart(); - const TYPESCRIPT_FILES = ['**/*.ts', '**/*.tsx']; export default [ diff --git a/package-lock.json b/package-lock.json index 805cb1a..ea6e62b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "@types/node": "^20.0.0", "eslint": "^9.15.0", "eslint-plugin-notice": "^1.0.0", + "globals": "^15.12.0", "husky": "^2.4.1", "immutable-class-tester": "^0.7.2", "jest": "^29.7.0", @@ -585,6 +586,16 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/traverse/node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/@babel/types": { "version": "7.26.0", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", @@ -4596,13 +4607,16 @@ } }, "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=4" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/globalthis": { diff --git a/package.json b/package.json index 4ccb10c..215e8b1 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "@types/node": "^20.0.0", "eslint": "^9.15.0", "eslint-plugin-notice": "^1.0.0", + "globals": "^15.12.0", "husky": "^2.4.1", "immutable-class-tester": "^0.7.2", "jest": "^29.7.0",