mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Enforce strict equalities with JSHint
This commit is contained in:
parent
cb59b5772b
commit
ebfa6c86a6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"nonbsp": true,
|
"nonbsp": true,
|
||||||
|
"eqeqeq": true,
|
||||||
|
|
||||||
// Relaxing
|
// Relaxing
|
||||||
"boss": true,
|
"boss": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue