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.
getter-return
1 parent 263e5e1 commit 75672b4Copy full SHA for 75672b4
src/configs/javascript.ts
@@ -53,6 +53,7 @@ export async function javascript(
53
'dot-notation': ['error', { allowKeywords: true }],
54
eqeqeq: ['error', 'smart'],
55
'for-direction': 'error',
56
+ 'getter-return': 'error',
57
'new-cap': [
58
'error',
59
{ capIsNew: false, newIsCap: true, properties: true },
0 commit comments