mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
13 lines
188 B
Text
13 lines
188 B
Text
{
|
|
"extends": [
|
|
"../.eslintrc"
|
|
],
|
|
|
|
"rules": {
|
|
// Plugins
|
|
"import/no-unresolved": ["error", { "ignore": ["pdfjs-lib"]}],
|
|
|
|
// ECMAScript 6
|
|
"no-var": "error",
|
|
},
|
|
}
|