We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25874b8 commit e129e93Copy full SHA for e129e93
packages/eslint-config-algolia/rules/typescript.js
@@ -145,7 +145,8 @@ module.exports = {
145
],
146
'@stylistic/comma-spacing': ['error'],
147
'@stylistic/func-call-spacing': ['error'],
148
- '@stylistic/indent': ['error', 2],
+ '@stylistic/indent': 'off', // handled by prettier
149
+ '@stylistic/max-len': 'off', // handled by prettier
150
'@typescript-eslint/no-confusing-non-null-assertion': ['error'],
151
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
152
'@typescript-eslint/no-non-null-asserted-optional-chain': ['error'],
0 commit comments