1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
pdf.js/web/.eslintrc

11 lines
144 B
Text
Raw Permalink Normal View History

{
"extends": [
2018-11-23 13:49:58 +01:00
"../.eslintrc"
],
"rules": {
// Plugins
"import/no-unresolved": ["error", { "ignore": ["pdfjs-lib"]}],
},
}