Skip to content

Commit

Permalink
fix tests tsconfig path in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipMasar committed Oct 17, 2024
1 parent aa4f0fe commit bae1874
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
},
"project": [
"./tsconfig.json",
"./test/unit/tsconfig.json",
"./test/integration/tsconfig.json"
"./test/tsconfig.json",
]
},
"extends": ["oceanprotocol", "plugin:prettier/recommended"],
Expand Down

0 comments on commit bae1874

Please sign in to comment.