Skip to content

Disable @typescript-eslint/quotes rule#105

Merged
lydell merged 1 commit intoprettier:masterfrom
ybiquitous:support-typescript-eslint-quotes
Sep 3, 2019
Merged

Disable @typescript-eslint/quotes rule#105
lydell merged 1 commit intoprettier:masterfrom
ybiquitous:support-typescript-eslint-quotes

Conversation

@ybiquitous
Copy link
Copy Markdown
Contributor

The new rule @typescript-eslint/quotes has been added since @[email protected].
See https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md

  • Update @typescript-eslint/eslint-plugin from 2.0.0 to 2.1.0
  • Add the rule link to the "quotes" section in README.

Fix #104

Comment thread @typescript-eslint.js
module.exports = {
rules: {
"@typescript-eslint/quotes": 0,

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.

Following as:

@ybiquitous ybiquitous changed the title Disable @typescript-eslint/quotes rule [WIP] Disable @typescript-eslint/quotes rule Sep 3, 2019
The new rule `@typescript-eslint/quotes` has been added since `@[email protected]`.
See <https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/quotes.md>

- Update `@typescript-eslint/eslint-plugin` from 2.0.0 to 2.1.0
- Add the rule link to the "quotes" section in README.

Fix #104
@ybiquitous ybiquitous changed the title [WIP] Disable @typescript-eslint/quotes rule Disable @typescript-eslint/quotes rule Sep 3, 2019
@j-f1 j-f1 requested a review from lydell September 3, 2019 13:18
@lydell lydell merged commit 99f4d94 into prettier:master Sep 3, 2019
@lydell
Copy link
Copy Markdown
Member

lydell commented Sep 3, 2019

Thanks! I’ll release a new version soon.

@j-f1 j-f1 removed the request for review from lydell September 3, 2019 15:50
@lydell
Copy link
Copy Markdown
Member

lydell commented Sep 3, 2019

Released in v6.2.0.

@ybiquitous ybiquitous deleted the support-typescript-eslint-quotes branch September 3, 2019 16:21
@ybiquitous
Copy link
Copy Markdown
Contributor Author

Thank you so much! 😊

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.

New rule "@typescript-eslint/quotes"

2 participants