dcd55a7164
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,
|
|
},
|
|
}
|