mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #11519 from tamuratak/enable_eslint_import_extensions
Enable import/extensions of ESlint plugin to enforce all `import` have a `.js` file extension.
This commit is contained in:
commit
ccf327538b
4 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import "../extensions/firefox/tools/l10n";
|
||||
import "../extensions/firefox/tools/l10n.js";
|
||||
import { createObjectURL, PDFDataRangeTransport, shadow } from "pdfjs-lib";
|
||||
import { DefaultExternalServices, PDFViewerApplication } from "./app.js";
|
||||
import { BasePreferences } from "./preferences.js";
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import "../external/webL10n/l10n";
|
||||
import "../external/webL10n/l10n.js";
|
||||
|
||||
const webL10n = document.webL10n;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue