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

Turn off @typescript-eslint/comma-dangle #159

Merged
merged 1 commit into from Sep 25, 2020
Merged

Turn off @typescript-eslint/comma-dangle #159

merged 1 commit into from Sep 25, 2020

Conversation

ybiquitous
Copy link
Contributor

Fix #158

@@ -1,4 +1,4 @@
/* eslint-disable quotes */
/* eslint-disable quotes, no-unused-vars */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[note] Without no-unused-vars, linting fails:

$ npm --silent run test:lint

/Users/ybiquitous/eslint-config-prettier/test-lint/@typescript-eslint.ts
  6:11  error  'Foo' is defined but never used  no-unused-vars

✖ 1 problem (1 error, 0 warnings)

@ybiquitous ybiquitous marked this pull request as ready for review September 24, 2020 23:49
@lydell lydell merged commit 84dfbd5 into prettier:master Sep 25, 2020
@ybiquitous ybiquitous deleted the turn-off-typescript-eslint-comma-dangle branch September 25, 2020 23:23
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.

Turn off @typescript-eslint/comma-dangle
2 participants