We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do we have to suppress linter rules for interface Iexample or only for interface IExample?
interface Iexample
interface IExample
The text was updated successfully, but these errors were encountered:
https://github.com/palantir/tslint/blob/a66f3b3430b4d3f03ff93fcef94609b88809d4e1/test/rules/interface-name/never-prefix/test.ts.lint
Sorry, something went wrong.
We should be able to remove
google-api-typings-generator/src/app.ts
Lines 165 to 168 in 3d2e0c6
Examples: I18n I18nLanguage ITunesConnectAnalytics IPAllocationPolicy
I18n
I18nLanguage
ITunesConnectAnalytics
IPAllocationPolicy
Closed by #390 there's not much we can do right now.
Maxim-Mazurok
No branches or pull requests
Do we have to suppress linter rules for
interface Iexample
or only forinterface IExample
?The text was updated successfully, but these errors were encountered: