We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3da1f commit 3b58c95Copy full SHA for 3b58c95
1 file changed
packages/eslint-config-typescript/style.js
@@ -101,10 +101,11 @@ module.exports = {
101
// with a specific string.
102
'@typescript-eslint/prefer-string-starts-ends-with': 'warn',
103
104
+ // @TODO: Re-enable once the @eslint-typescript/eslint-plugin is updated to a newer version
105
// Enforce the consistent use of either backticks, double, or single quotes
106
// This rule extends the base eslint/quotes rule. It supports all options and features of the
107
// base rule.
- '@typescript-eslint/quotes': style.rules.quotes,
108
+ // '@typescript-eslint/quotes': style.rules.quotes,
109
110
// Enforce or Disallow Semicolons
111
// This rule is aimed at ensuring consistent use of semicolons.
0 commit comments