Skip to content

Commit

Permalink
chore(config): correctly sets eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 31, 2024
1 parent 708728d commit dda76e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ codesanbox
devcontainer
node_modules
vitest.config.ts
setup.react.ts

7 changes: 1 addition & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@ module.exports = {
},
rules: {
'import/no-cycle': 'off',
},
overrides: [
{
files: ['app/**/*.ts', 'app/**/*.tsx'],
},
],
}
};
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"rootDir": "./src",
"esModuleInterop": true
},
"exclude": ["node_modules", "vite.config.ts"]
"exclude": ["node_modules", "vite.config.ts", "setup.react.ts"]
}

0 comments on commit dda76e7

Please sign in to comment.