Skip to content

Commit ead6410

Browse files
committed
fix: package-json.lock
1 parent 8386b37 commit ead6410

File tree

3 files changed

+9789
-19720
lines changed

3 files changed

+9789
-19720
lines changed

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ export default [
1313
'@typescript-eslint/explicit-function-return-type': 'off',
1414
'@typescript-eslint/strict-boolean-expressions': 'off', // Often works incorrectly
1515
'@typescript-eslint/no-floating-promises': 'off',
16+
'@typescript-eslint/no-unused-expressions': [
17+
'error',
18+
{
19+
allowShortCircuit: true,
20+
allowTernary: true,
21+
allowTaggedTemplates: true,
22+
},
23+
],
1624
},
1725
},
1826
pluginJs.configs.recommended,

0 commit comments

Comments
 (0)