Skip to content
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

turn off interface must start with I #18

Closed
briefy opened this issue Jun 16, 2017 · 1 comment
Closed

turn off interface must start with I #18

briefy opened this issue Jun 16, 2017 · 1 comment

Comments

@briefy
Copy link

briefy commented Jun 16, 2017

how can i turn off this rule below ?

      // interface names must start with "I". The following part of the name must be valid PascalCase
      {
        "type": "interfaceq",
        "prefix": "I",
      },
@briefy
Copy link
Author

briefy commented Jun 16, 2017

problem solved,
we can remvoe the convention by just remove it or give "prefix":"" in tslint-consistent-codestyle'.

it just happened that i also inherited the rules from tslint:latest (it also inherites from tslint:recommeded),there has a rule interface-name who default to be started with "I"

@briefy briefy closed this as completed Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant