pdf.js/test/fuzz/.eslintrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
147 B
Plaintext
Raw Normal View History

{
"extends": [
"../.eslintrc"
],
"rules": {
"import/no-unresolved": ["error", { "ignore": [".*/build/image_decoders/.*"] }],
},
}