Skip to content

Commit 2ca00ca

Browse files
authored
Merge pull request #16 from GrowflowTeam/use-before-define-mismatch
Fix: fat-fingered classes setting in use-before-define rule
2 parents 7468abd + d05bf45 commit 2ca00ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eslint/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = {
9595
'error',
9696
{
9797
functions: false,
98-
classes: true,
98+
classes: false,
9999
variables: true,
100100
allowNamedExports: true,
101101
},

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public"
77
},
8-
"version": "10.4.0",
8+
"version": "10.4.1",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/GrowflowTeam/javascript.git"

0 commit comments

Comments
 (0)