We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f401c6 commit e5efe2dCopy full SHA for e5efe2d
1 file changed
packages/eslint-config-typescript/index.js
@@ -67,10 +67,7 @@ module.exports = {
67
68
// Requires using either T[] or Array<T> for arrays
69
// This rule aims to standardise usage of array types within your codebase.
70
- '@typescript-eslint/array-type': ['warn', {
71
- default: 'array-simple',
72
- readonly: 'array-simple',
73
- }],
+ '@typescript-eslint/array-type': ['warn', 'array-simple'],
74
75
// Disallows awaiting a value that is not a Promise
76
// This rule disallows awaiting a value that is not a "Thenable" (an object which has then
0 commit comments