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 58cafbb commit 88816bdCopy full SHA for 88816bd
integration-tests/init-without-token/expected/tools-configs/eslint.config.mjs
@@ -3,7 +3,7 @@ export default [
3
rules: {
4
"constructor-super": ["error"],
5
"for-direction": ["error"],
6
- "getter-return": ["error"],
+ "getter-return": ["error", {"allowImplicit": false}],
7
"no-async-promise-executor": ["error"],
8
"no-case-declarations": ["error"],
9
"no-class-assign": ["error"],
0 commit comments