-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueenhancement: plugin rule optionNew rule option for an existing eslint-plugin ruleNew rule option for an existing eslint-plugin rulelocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Description
Repro
{
rules: {
'@typescript-eslint/member-ordering': [
'warn',
{ default: { memberTypes: 'never', order: 'alphabetically' } },
],
}
}
Expected Result
eslint --fix
sorts members alphabetically
Actual Result
Throws warnings but doesn't fix.
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
3.6.1 |
@typescript-eslint/parser |
3.6.1 |
TypeScript |
3.8.3 |
ESLint |
6.8.0 |
node |
12.16.2 |
npm |
6.14.5 |
Etherealflux, raviqqe, MatthiasKunnen, vitalyiegorov, macseem and 85 moretsofist, NatoBoram, utsushiiro, oobleck, andreialecu and 9 more
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueenhancement: plugin rule optionNew rule option for an existing eslint-plugin ruleNew rule option for an existing eslint-plugin rulelocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin