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

14 lines
188 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"]}],
// ECMAScript 6
"no-var": "error",
},
}