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:
parent
adff7ab030
commit
a0ed06a1ec
@ -16,8 +16,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"no-empty": ["error", { "allowEmptyCatch": true }],
|
"no-empty": ["error", { "allowEmptyCatch": true }],
|
||||||
"prefer-destructuring": ["warn", { "object": true, "array": false }],
|
"prefer-destructuring": ["warn", { "object": true, "array": false }],
|
||||||
"no-dupe-class-members": "off",
|
"no-dupe-class-members": ["warn"],
|
||||||
"no-redeclare": "off",
|
|
||||||
"no-useless-constructor": ["warn"],
|
"no-useless-constructor": ["warn"],
|
||||||
"no-unused-vars": ["warn"],
|
"no-unused-vars": ["warn"],
|
||||||
"constructor-super": ["warn"]
|
"constructor-super": ["warn"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user