Skip to content

Commit

Permalink
close no-loss-of-precision
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 21, 2020
1 parent 97b3d6d commit 9a102d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsEslintConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
'no-loop-func': 'off',
'@typescript-eslint/no-loop-func': 'error',
'no-loss-of-precision': 'off',
'@typescript-eslint/no-loss-of-precision': 'error',
'@typescript-eslint/no-loss-of-precision': 0,
'no-magic-numbers': 'off',
'@typescript-eslint/no-magic-numbers': 0,
'@typescript-eslint/no-misused-new': 'error',
Expand Down

0 comments on commit 9a102d0

Please sign in to comment.