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 d0b0dd9 commit 2536dc6Copy full SHA for 2536dc6
test-projects/gts/.eslintrc.cjs
@@ -6,6 +6,12 @@ module.exports = {
6
project: true,
7
tsconfigRootDir: __dirname
8
},
9
+ rules: {
10
+ '@typescript-eslint/no-unsafe-call': 'off',
11
+ '@typescript-eslint/no-unsafe-assignment': 'off',
12
+ '@typescript-eslint/no-unsafe-return': 'off',
13
+ '@typescript-eslint/no-unsafe-member-access': 'off',
14
+ },
15
overrides: [
16
{
17
files: ['**/*.{js,ts}'],
0 commit comments