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

Tslint #1041

Merged
merged 15 commits into from
Sep 16, 2019
Merged

Tslint #1041

merged 15 commits into from
Sep 16, 2019

Conversation

xiao-lix
Copy link
Contributor

@xiao-lix xiao-lix commented Sep 6, 2019

  • Enable tslint for each plugin, core, common, and AISKU & AISKULight
  • Fix lint errors
  • Edit tslint rules
  • Add rush lint

@xiao-lix xiao-lix requested review from markwolff, hectorhdzg and ramthi and removed request for markwolff September 6, 2019 23:59
@@ -11,7 +11,6 @@
"noEmitHelpers": true,
"alwaysStrict": true,
"declaration": true,
"declarationMap": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you removing declarationMap?

var uid;
let storage: Storage = null;
let fail: boolean;
let uid: Date;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uid is a Date?, the name make it sound like some kind of ID

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

None yet

3 participants