Skip to content

Commit

Permalink
After tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Nov 29, 2024
1 parent deab059 commit 8850b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ module.exports = {
},
{
files: ["*.ts", "*.tsx"],
parserOptions: {
project: "./tseslint.json",
},
plugins: ["react", "@typescript-eslint"],
extends: ["plugin:@typescript-eslint/recommended"],
extends: ["plugin:@typescript-eslint/recommended-type-checked"],
rules: {
...baseRules,
...{
Expand Down

0 comments on commit 8850b18

Please sign in to comment.