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

revert changes in .eslintrc

This commit is contained in:
Miquel A. Cabot 2022-07-25 18:30:57 +02:00
parent adff7ab030
commit a0ed06a1ec

View File

@ -16,8 +16,7 @@
"rules": {
"no-empty": ["error", { "allowEmptyCatch": true }],
"prefer-destructuring": ["warn", { "object": true, "array": false }],
"no-dupe-class-members": "off",
"no-redeclare": "off",
"no-dupe-class-members": ["warn"],
"no-useless-constructor": ["warn"],
"no-unused-vars": ["warn"],
"constructor-super": ["warn"]