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