Skip to content

Commit

Permalink
fix(eslint): replace deprecated ignore approach
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Sep 13, 2024
1 parent 414f133 commit cb1a961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions apps/site/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const compatConfig = compat.config({
export default tseslint.config(
{
ignores: [
'node_modules',
'.next',
'.swc',
'.turbo',
Expand Down
2 changes: 2 additions & 0 deletions packages/i18n/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import tseslint from 'typescript-eslint';
export default tseslint.config(
{
ignores: [
'node_modules',
'.turbo',
'build',
'coverage',
'global.d.ts',
Expand Down

0 comments on commit cb1a961

Please sign in to comment.