mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Now that Node.js version 18 is required, we should be able to use `Array.prototype.at()` everywhere in the code-base.
10 lines
76 B
Plaintext
10 lines
76 B
Plaintext
{
|
|
"extends": [
|
|
../.eslintrc
|
|
],
|
|
|
|
"env": {
|
|
"node": true,
|
|
},
|
|
}
|