We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ee4cd commit 969e479Copy full SHA for 969e479
src/config/helpers/build-eslint.js
@@ -80,6 +80,8 @@ const buildConfig = ({withReact = false} = {}) => {
80
{
81
files: testMatch,
82
rules: {
83
+ '@typescript-eslint/no-unsafe-assignment': 'off',
84
+ '@typescript-eslint/no-unsafe-return': 'off',
85
'no-empty': ['error', {allowEmptyCatch: true}],
86
},
87
0 commit comments