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

Use eslint for consumer code #398

Merged
merged 3 commits into from
Aug 21, 2020
Merged

Use eslint for consumer code #398

merged 3 commits into from
Aug 21, 2020

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented May 20, 2020

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code has been formatted with prettier
  • Unit or Functional tests are included in the PR
  • schema.json has been updated appopriately

Description:
Switches base config to use eslint for validating consumers' projects
Resolves #396

src/base.config.ts Outdated Show resolved Hide resolved
@@ -101,10 +101,13 @@
"serve": "11.0.0",
"shelljs": "0.7.8",
"shx": "0.2.2",
"sinon": "~4.5.0"
"sinon": "~4.5.0",
"tslint": "5.18.0"
Copy link
Member

Choose a reason for hiding this comment

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

Is this dependency just for our own usage now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

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.

Move to eslint for consumers
3 participants