Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed May 18, 2024
1 parent 3dbea56 commit 47f18b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/mocha": "latest",
"@types/semver": "latest",
"c8js": "latest",
"eslint": "9",
"eslint": "latest",
"eslint-formatter-compact": "latest",
"fast-glob": "latest",
"globals": "latest",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Record<string | symbol, PluginSettingsAny | PluginSettingsForLang> =
'no-base-to-string': ['error'],
'no-duplicate-type-constituents': ['error'],
'no-dynamic-delete': 'off',
'no-empty-object-type': ['error'],
'no-empty-object-type': ['error', { allowObjectTypes: 'always' }],
'no-explicit-any': 'off',
'no-extraneous-class': ['error', { allowConstructorOnly: true }],
'no-inferrable-types': ['error'],
Expand Down

0 comments on commit 47f18b9

Please sign in to comment.