1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix tests tsconfig path in eslint

This commit is contained in:
Filip Masar 2024-10-17 22:36:43 +02:00
parent aa4f0fe566
commit bae18749bf

View File

@ -7,8 +7,7 @@
},
"project": [
"./tsconfig.json",
"./test/unit/tsconfig.json",
"./test/integration/tsconfig.json"
"./test/tsconfig.json",
]
},
"extends": ["oceanprotocol", "plugin:prettier/recommended"],