9ac4536693
Please find additional information here: - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at - https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-at.md
14 lines
127 B
Plaintext
14 lines
127 B
Plaintext
{
|
|
"extends": [
|
|
../.eslintrc
|
|
],
|
|
|
|
"env": {
|
|
"node": true,
|
|
},
|
|
|
|
"rules": {
|
|
"unicorn/prefer-at": "off",
|
|
},
|
|
}
|