Skip to content

Commit

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

0 comments on commit 4398b99

Please sign in to comment.