pdf.js/external/.eslintrc
Jonas Jenwald dcd55a7164 Enable unicorn/prefer-at unconditionally (PR 15014 follow-up)
Now that Node.js version 18 is required, we should be able to use `Array.prototype.at()` everywhere in the code-base.
2023-05-07 13:43:19 +02:00

10 lines
76 B
Plaintext

{
"extends": [
../.eslintrc
],
"env": {
"node": true,
},
}