File tree 2 files changed +0
-20
lines changed
2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -133,16 +133,6 @@ module.exports = {
133
133
} ,
134
134
] ,
135
135
136
- /**
137
- * Don't allow variables and classes to be used before they're defined
138
- *
139
- * @see https://eslint.org/docs/rules/no-use-before-define
140
- */
141
- "no-use-before-define" : [
142
- "error" ,
143
- "nofunc" ,
144
- ] ,
145
-
146
136
/**
147
137
* Don't allow constructors that are empty or only call super()
148
138
*
Original file line number Diff line number Diff line change @@ -420,16 +420,6 @@ module.exports = {
420
420
}
421
421
] ,
422
422
423
- /**
424
- * Don't allow variables and classes to be used before they're defined
425
- *
426
- * @see https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-use-before-define.md
427
- */
428
- "@typescript-eslint/no-use-before-define" : [
429
- "error" ,
430
- "nofunc" ,
431
- ] ,
432
-
433
423
/**
434
424
* Don't allow constructors that are empty or only call super()
435
425
*
You can’t perform that action at this time.
0 commit comments