Skip to content

Commit 263e5e1

Browse files
committed
feat(javascript): turn on for-direction
1 parent a5282ad commit 263e5e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/javascript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export async function javascript(
5252
'default-case-last': 'error',
5353
'dot-notation': ['error', { allowKeywords: true }],
5454
eqeqeq: ['error', 'smart'],
55+
'for-direction': 'error',
5556
'new-cap': [
5657
'error',
5758
{ capIsNew: false, newIsCap: true, properties: true },

0 commit comments

Comments
 (0)