We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f873d1 commit 4880323Copy full SHA for 4880323
src/configs/typescript.ts
@@ -146,7 +146,8 @@ export async function typescript(
146
'ts/no-extraneous-class': 'off',
147
'ts/no-import-type-side-effects': 'error',
148
'ts/no-invalid-void-type': 'off',
149
- 'ts/no-loss-of-precision': 'error',
+ // this is deprecated
150
+ 'ts/no-loss-of-precision': 'off',
151
'ts/no-non-null-assertion': 'off',
152
'ts/no-redeclare': 'error',
153
'ts/no-require-imports': 'error',
0 commit comments