You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use the above setting for tslint, the current project has many warnings.
We need to:
change tslint.json to the above setting
add custom rules to tslint.json to satisfy npm run lint with the current project code base
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.
The text was updated successfully, but these errors were encountered:
To make
tslint.json
be simplify:If we use the above setting for tslint, the current project has many warnings.
We need to:
npm run lint
with the current project code baseThe text was updated successfully, but these errors were encountered: