Skip to content

Commit

Permalink
globals
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Nov 27, 2024
1 parent 13415dd commit cc5be02
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
10 changes: 0 additions & 10 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down
22 changes: 18 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc5be02

Please sign in to comment.