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.
1 parent 80b2dd9 commit 981e27bCopy full SHA for 981e27b
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