Add prefer for-of eslint rule
This commit is contained in:
parent
2584de5efa
commit
ef719c45f4
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ module.exports = {
|
|||
'operator-linebreak': ['error', 'before', { overrides: { '?': 'after', ':': 'after', '=': 'after' } }],
|
||||
'padded-blocks': ['error', 'never'],
|
||||
'prefer-const': ['error', { 'destructuring': 'all' }],
|
||||
'@typescript-eslint/prefer-for-of': ['error'],
|
||||
'quotes': ['error', 'single', { 'avoidEscape': true, 'allowTemplateLiterals': false }],
|
||||
'radix': ['error'],
|
||||
'@typescript-eslint/semi': ['error'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue