-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[type-annotation-spacing] 2.22.0 regression for constructor arrow function types #1663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
kryops opened this issue
Mar 3, 2020
· 0 comments
· Fixed by #1664, bifravst/eslint-config-typescript#10, bifravst/eslint-config-typescript#11, bifravst/eslint-config-typescript#12 or bifravst/eslint-config-typescript#13
Closed
[type-annotation-spacing] 2.22.0 regression for constructor arrow function types #1663
kryops opened this issue
Mar 3, 2020
· 0 comments
· Fixed by #1664, bifravst/eslint-config-typescript#10, bifravst/eslint-config-typescript#11, bifravst/eslint-config-typescript#12 or bifravst/eslint-config-typescript#13
Labels
bug
Something isn't working
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Comments
bradzacher
added a commit
that referenced
this issue
Mar 3, 2020
bradzacher
added a commit
that referenced
this issue
Mar 3, 2020
This was referenced Mar 6, 2020
unional
added a commit
to mocktomata/mocktomata
that referenced
this issue
Mar 8, 2020
@typescript-eslint/type-annotation-spacing due to typescript-eslint/typescript-eslint#1663
royra
pushed a commit
to salto-io/salto
that referenced
this issue
Mar 8, 2020
* upgraded TypeScript to 3.8.3 and eslint to to 2.22.0 * downgraded @typescript-eslint to 2.21.0 due to typescript-eslint/typescript-eslint#1663
This was referenced Mar 12, 2020
Merged
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
Expected Result
No error
Actual Result
Additional Info
This only seems to affect 2.22.0. When downgrading to 2.21.0, the error is gone.
Normal arrow functions without a
new
keyword are not affected:Versions
@typescript-eslint/eslint-plugin
2.22.0
@typescript-eslint/parser
2.22.0
TypeScript
3.7.5
ESLint
6.8.0
node
10.15.3
npm
1.17.3
The text was updated successfully, but these errors were encountered: