Skip to content

Linting#53

Merged
ktalebian merged 3 commits intodevfrom
linting
Apr 22, 2019
Merged

Linting#53
ktalebian merged 3 commits intodevfrom
linting

Conversation

@ktalebian
Copy link
Copy Markdown
Contributor

  • Adds linter
  • Apply all linter and fix errors/warnings

package.json Outdated
{
"scripts": {
"lint": "tslint --project tsconfig.json",
"lint:fix": "tslint --project tsconfig.json",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

missing --fix flag

@@ -1,7 +1,7 @@
{
"useTabs": false,
"tabWidth": 2,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

any particular reason for changing the tabWidth in the entire project?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@krishnakalluri and I are going to work on a tslint/eslint config and publish it to Twilio repo; Twilio mostly uses 4 spaces for spacing.

@ktalebian ktalebian merged commit 48f2fc5 into dev Apr 22, 2019
@ktalebian ktalebian deleted the linting branch April 22, 2019 18:08
andreasonny83 pushed a commit to andreasonny83/flex-plugin-builder that referenced this pull request May 7, 2019
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.

3 participants