Skip to content

Commit 2536dc6

Browse files
authored
Update .eslintrc.cjs
1 parent d0b0dd9 commit 2536dc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test-projects/gts/.eslintrc.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ module.exports = {
66
project: true,
77
tsconfigRootDir: __dirname
88
},
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+
},
915
overrides: [
1016
{
1117
files: ['**/*.{js,ts}'],

0 commit comments

Comments
 (0)