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.
no-redeclare
1 parent 4736871 commit e97a69eCopy full SHA for e97a69e
index.js
@@ -245,6 +245,9 @@ module.exports = {
245
246
// The rule is deprecated in ESLint and it doesn't fully make sense for TypeScript.
247
// TODO: Remove this when the rule is removed from XO.
248
- 'valid-jsdoc': 'off'
+ 'valid-jsdoc': 'off',
249
+
250
+ // Disabled because of https://github.com/typescript-eslint/typescript-eslint/issues/60
251
+ 'no-redeclare': 'off'
252
}
253
};
0 commit comments