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 80b2dd9 + 981e27b commit c60a792Copy full SHA for c60a792
eslint.config.mjs
@@ -28,7 +28,8 @@ export default tseslint.config(
28
rules: {
29
'@typescript-eslint/no-explicit-any': 'off',
30
'@typescript-eslint/no-floating-promises': 'warn',
31
- '@typescript-eslint/no-unsafe-argument': 'warn'
+ '@typescript-eslint/no-unsafe-argument': 'warn',
32
+ "prettier/prettier": ["error", { endOfLine: "auto" }],
33
},
34
35
);
0 commit comments