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:
parent
c47f5e81fe
commit
a54bed4963
3 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue