mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #16514 from Snuffleupagus/eslint-import-named
Enable the `import/named` ESLint plugin rule
This commit is contained in:
commit
0023c4a511
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
"rules": {
|
||||
// Plugins
|
||||
"import/extensions": ["error", "always", { "ignorePackages": true, }],
|
||||
"import/named": "error",
|
||||
"import/no-unresolved": ["error", {
|
||||
"ignore": ["pdfjs", "pdfjs-lib", "pdfjs-web", "web"]
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue