Skip to content

Commit

Permalink
chore(deps): align dep check script with typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Mar 28, 2024
1 parent ed01db2 commit b55d99d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions check-dependencies.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const config: Options = {
'ts-node', // used for various scripts to avoid separate compile step
'jest-junit', // used for CI test reporting
'@types/node', // node types used for alerts
// used for linting
'typescript-eslint',
'@typescript-eslint/parser',
'@typescript-eslint/eslint-plugin',
],
ignoreDirs: ['node_modules', 'dist', 'fixtures', 'test-output'],
};

0 comments on commit b55d99d

Please sign in to comment.