Skip to content

Commit

Permalink
gotcha you little bugger
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Sep 29, 2024
1 parent 80b4f5c commit 4ea2b87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default [
{
languageOptions: {
parserOptions: {
project: true,
tsconfigRootDir: import.meta.dirname
// use the nearest tsconfig from the source or fallback to the root
project: ['packages/**/tsconfig.json', 'tsconfig.json']
}
},
rules: {
Expand All @@ -27,7 +27,7 @@ export default [
'packages/create/shared/**/*',
'packages/create/scripts/**/*',
'packages/create/templates/**/*',
'temp/**/*',
'**/temp/*',
'.test-tmp/**/*',
'**/dist/*',
'packages/**/tests/**/{output,input}.ts',
Expand Down

0 comments on commit 4ea2b87

Please sign in to comment.