|
@@ -9,6 +9,7 @@ module.exports = {
|
|
|
rules: {
|
|
|
'no-console': 'warn', // use dedicated logger
|
|
|
'no-unused-vars': 'off', // Required by the typescript rule below
|
|
|
+ 'prettier/prettier': 'off', // prettier-eslint conflicts inherited from @joystream/eslint-config
|
|
|
'@typescript-eslint/no-unused-vars': ['error'],
|
|
|
'@typescript-eslint/no-floating-promises': 'error',
|
|
|
},
|