Skip to content

Commit

Permalink
feat(eslint-config-angular): support @typescript-eslint/array-type
Browse files Browse the repository at this point in the history
…(#192)
  • Loading branch information
splincode committed Apr 21, 2022
1 parent 7a2c781 commit d8e0023
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config-angular/ts/base-typescript.js
Expand Up @@ -33,6 +33,10 @@ module.exports = {
'error',
{ argsIgnorePattern: '^_' },
],
'@typescript-eslint/array-type': [
'error',
{ default: 'array', readonly: 'array-simple' },
],
},
},
],
Expand Down

0 comments on commit d8e0023

Please sign in to comment.