Skip to content

Commit

Permalink
chore: Updated ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Dec 7, 2024
1 parent 724f13b commit 8678144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
import panatesEslint from '@panates/eslint-config-ts';
import globals from 'globals';

/** @type {import('eslint').Linter.Config[]} */
export default [
{
ignores: ['build/**/*', 'node_modules/**/*'],
},
...panatesEslint.configs.node,
{
languageOptions: {
globals: {
...globals.jest,
},
},
ignores: ['build/**/*', 'node_modules/**/*'],
},
];

0 comments on commit 8678144

Please sign in to comment.