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

Make tslint.json to be simple with extends standard. #1303

Closed
huan opened this issue Jun 10, 2018 · 1 comment
Closed

Make tslint.json to be simple with extends standard. #1303

huan opened this issue Jun 10, 2018 · 1 comment

Comments

@huan
Copy link
Member

huan commented Jun 10, 2018

To make tslint.json be simplify:

{
  "extends": [
    "tslint:recommended",
    "tslint-config-standard"
  ]
}

If we use the above setting for tslint, the current project has many warnings.

We need to:

  1. change tslint.json to the above setting
  2. add custom rules to tslint.json to satisfy npm run lint with the current project code base
  3. look into the new tslint.json, study it and then to select: which rule need to follow by changing the code style, and which rule we need to keep customized.
@huan
Copy link
Member Author

huan commented Jul 21, 2018

Done.

@huan huan closed this as completed Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant