Skip to content

Commit 58cafbb

Browse files
committed
fx eslint
1 parent 5c02594 commit 58cafbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/init-without-token/expected/tools-configs/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default [
33
rules: {
44
"constructor-super": ["error"],
55
"for-direction": ["error"],
6-
"getter-return": ["error", {"allowImplicit": false}],
6+
"getter-return": ["error"],
77
"no-async-promise-executor": ["error"],
88
"no-case-declarations": ["error"],
99
"no-class-assign": ["error"],

0 commit comments

Comments
 (0)