Hi, I noticed that the new rule @typescript-eslint/quotes has been added since @[email protected]:
I'm prepared for opening a new PR to add this new rule to the @typescript-eslint.js:
|
rules: { |
|
"@typescript-eslint/func-call-spacing": "off", |
|
"@typescript-eslint/indent": "off", |
|
"@typescript-eslint/member-delimiter-style": "off", |
|
"@typescript-eslint/no-extra-parens": "off", |
|
"@typescript-eslint/semi": "off", |
|
"@typescript-eslint/type-annotation-spacing": "off" |
|
} |
But I'm not sure whether we should modify also the "quotes" section in README.
https://github.com/prettier/eslint-config-prettier/blob/v6.1.0/README.md#quotes
Hi, I noticed that the new rule
@typescript-eslint/quoteshas been added since@[email protected]:I'm prepared for opening a new PR to add this new rule to the
@typescript-eslint.js:eslint-config-prettier/@typescript-eslint.js
Lines 4 to 11 in 793aa76
But I'm not sure whether we should modify also the "quotes" section in README.
https://github.com/prettier/eslint-config-prettier/blob/v6.1.0/README.md#quotes