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