We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5320ad7 commit b5bddadCopy full SHA for b5bddad
.eslintrc.cjs
@@ -78,6 +78,7 @@ module.exports = {
78
ignores: ['ExternalLink', 'router-link', 'pre', ...INLINE_ELEMENTS],
79
}],
80
81
+ '@typescript-eslint/return-await': ['error', 'always'],
82
'@typescript-eslint/prefer-literal-enum-member': 'off',
83
'@typescript-eslint/no-unnecessary-condition': 'off',
84
'@typescript-eslint/semi': ['error', 'never'],
0 commit comments