Feat/add other metadata types v2 (#2224)
* Fix view fetch bug * Finished types * Removed console.log * Fixed todo * Reactivate no console * Change no-console to warn
This commit is contained in:
@ -115,7 +115,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
"@typescript-eslint/consistent-type-imports": ["error", { "prefer": "no-type-imports" }],
|
||||
'no-console': ['error', { allow: ['group', 'groupCollapsed', 'groupEnd'] }],
|
||||
'no-console': ['warn', { allow: ['group', 'groupCollapsed', 'groupEnd'] }],
|
||||
},
|
||||
settings: {
|
||||
"react": {
|
||||
|
||||
Reference in New Issue
Block a user