Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix '@typescript-eslint/no-use-before-define' issue #1

@T99

Description

@T99

eslint-config/typescript.js

Lines 508 to 523 in 507552c

"@typescript-eslint/no-use-before-define":
[eslintCore.rules["no-use-before-define"][0], {
// TODO - It would be nice to just destructure the source
// object and only get rid of 'allowNamedExports', because
// that is the only field causing issues.
functions:
eslintCore.rules["no-use-before-define"][1].functions,
classes:
eslintCore.rules["no-use-before-define"][1].classes,
variables:
eslintCore.rules["no-use-before-define"][1].variables,
enums: true,
typedefs: true,
ignoreTypeReferences: false,
}],

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions