diff --git a/recommended.js b/recommended.js index 22e4bec..21f1423 100644 --- a/recommended.js +++ b/recommended.js @@ -9,7 +9,23 @@ module.exports = { rules: { // this rule, if on, would require explicit return type on the `render` function - '@typescript-eslint/explicit-function-return-type': 'off' + '@typescript-eslint/explicit-function-return-type': 'off', + + // The following rules are enabled in an `overrides` field in the + // `@typescript-eslint/recommended` ruleset, only turned on for TypeScript source modules + // + + // But as ESLint cannot precisely target `