-
Notifications
You must be signed in to change notification settings - Fork 502
request: update eslint to v7 #905
Copy link
Copy link
Closed as not planned
Labels
scope: dependenciesPull requests that update a dependency filePull requests that update a dependency filesolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
Metadata
Metadata
Assignees
Labels
scope: dependenciesPull requests that update a dependency filePull requests that update a dependency filesolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
Current Behavior
tsdx is currently using version 6.8 of eslint, which is quite outdated and breaks most eslint configurations (for example: @skyra/eslint-config
Desired Behavior
tsdx uses a newer version of eslint
Suggested Solution
Migrate to the newest version of eslint - currently
7.11.0Who does this impact? Who is this for?
This issue mostly impacts users that either want to use or are migrating projects that are using newer eslint rules
Describe alternatives you've considered
Using the resolution field - This is a fragile solution and may cause problems with the internal config
Additional context
N/A