mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Enable eslint-plugin-import to prevent unresolved paths
This commit is contained in:
parent
616135962a
commit
9921f92a36
4 changed files with 116 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
],
|
||||
|
||||
"rules": {
|
||||
// Plugins
|
||||
"import/no-unresolved": ["error", { "ignore": ["pdfjs-lib"]}],
|
||||
|
||||
// ECMAScript 6
|
||||
"no-var": "error",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue