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.
2 parents 7468abd + d05bf45 commit 2ca00caCopy full SHA for 2ca00ca
packages/eslint/core.js
@@ -95,7 +95,7 @@ module.exports = {
95
'error',
96
{
97
functions: false,
98
- classes: true,
+ classes: false,
99
variables: true,
100
allowNamedExports: true,
101
},
packages/eslint/package.json
@@ -5,7 +5,7 @@
5
"publishConfig": {
6
"access": "public"
7
8
- "version": "10.4.0",
+ "version": "10.4.1",
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/GrowflowTeam/javascript.git"
0 commit comments