1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Enable the ESLint no-loss-of-precision rule

Please refer to https://eslint.org/docs/rules/no-loss-of-precision
This commit is contained in:
Jonas Jenwald 2021-11-14 10:40:32 +01:00
parent c47f5e81fe
commit a54bed4963
3 changed files with 3 additions and 2 deletions

View file

@ -71,6 +71,7 @@
"no-inner-declarations": ["error", "functions"],
"no-invalid-regexp": "error",
"no-irregular-whitespace": "error",
"no-loss-of-precision": "error",
"no-obj-calls": "error",
"no-promise-executor-return": "error",
"no-regex-spaces": "error",