-
Notifications
You must be signed in to change notification settings - Fork 4
FUSETOOLS2-2304: Improve TSLint/ESLint configuration #254
Conversation
b8dd265
to
e1c634c
Compare
e33b85f
to
8047a78
Compare
@@ -1,5 +1,6 @@ | |||
import { InputBox, QuickOpenBox, QuickPickItem } from "vscode-extension-tester"; | |||
|
|||
// eslint-disable-next-line @typescript-eslint/no-unused-vars |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not used here but it's interface so there's possibility that some of projects is using this so i guess we should keep this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can skip that for now
@@ -1,5 +1,6 @@ | |||
import { error } from "vscode-extension-tester"; | |||
|
|||
// eslint-disable-next-line @typescript-eslint/ban-types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if I can change this to match requirement because I don't correctly understand the background of this file. Can you take a peak please @djelinek?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can skip that for now
No description provided.