Skip to content

Commit

Permalink
chore: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Sep 5, 2024
1 parent 70dd336 commit 08cf532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export default [
},
},
{
ignores: ['tailwind.config.ts', 'postcss.config.mjs'],
ignores: [
'tailwind.config.ts',
'postcss.config.mjs',
'graphql',
'src/graphql/types.ts',
],
},
];
8 changes: 1 addition & 7 deletions packages/eslint-config-typescript-vitnode/eslint.react.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ export default [
},
},
{
ignores: [
'.next',
'global.d.ts',
'graphql',
'next.config.ts',
'src/graphql/types.ts',
],
ignores: ['.next', 'global.d.ts', 'next.config.ts'],
},
];

0 comments on commit 08cf532

Please sign in to comment.