You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.js
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -127,30 +127,6 @@ module.exports = {
127
127
{
128
128
extendDefaults: false,
129
129
types: {
130
-
String: {
131
-
message: 'Use `string` instead.',
132
-
fixWith: 'string'
133
-
},
134
-
Number: {
135
-
message: 'Use `number` instead.',
136
-
fixWith: 'number'
137
-
},
138
-
Boolean: {
139
-
message: 'Use `boolean` instead.',
140
-
fixWith: 'boolean'
141
-
},
142
-
Symbol: {
143
-
message: 'Use `symbol` instead.',
144
-
fixWith: 'symbol'
145
-
},
146
-
BigInt: {
147
-
message: 'Use `bigint` instead.',
148
-
fixWith: 'bigint'
149
-
},
150
-
Object: {
151
-
message: 'The `Object` type is mostly the same as `unknown`. You probably want `Record<string, unknown>` instead. See https://github.com/typescript-eslint/typescript-eslint/pull/848',
152
-
fixWith: 'Record<string, unknown>'
153
-
},
154
130
'{}': {
155
131
message: 'The `{}` type is mostly the same as `unknown`. You probably want `Record<string, unknown>` instead.',
0 commit comments