Skip to content

Commit ecb3f4e

Browse files
committed
fix(eslint-plugin): disable base no-unused-expressions in all config
1 parent 1bb4d63 commit ecb3f4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/eslint-plugin/src/configs/all.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@typescript-eslint/no-unnecessary-type-arguments": "error",
5353
"@typescript-eslint/no-unnecessary-type-assertion": "error",
5454
"@typescript-eslint/no-untyped-public-signature": "error",
55+
"no-unused-expressions": "off",
5556
"@typescript-eslint/no-unused-expressions": "error",
5657
"no-unused-vars": "off",
5758
"@typescript-eslint/no-unused-vars": "error",

packages/eslint-plugin/tools/generate-configs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const BASE_RULES_TO_BE_OVERRIDDEN = new Set([
3131
'no-extra-parens',
3232
'no-magic-numbers',
3333
'quotes',
34+
'no-unused-expressions',
3435
'no-unused-vars',
3536
'no-use-before-define',
3637
'no-useless-constructor',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy