Skip to content

Commit

Permalink
fix(eslint-config-angular): use array-simple instead of array (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Apr 21, 2022
1 parent 4905952 commit ba74fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-angular/ts/base-typescript.js
Expand Up @@ -35,7 +35,7 @@ module.exports = {
],
'@typescript-eslint/array-type': [
'error',
{ default: 'array', readonly: 'array-simple' },
{ default: 'array-simple', readonly: 'array-simple' },
],
},
},
Expand Down

0 comments on commit ba74fde

Please sign in to comment.