/home/techb158/balavpn.abdallabala.com/node_modules/es-abstract-get
NameSizeModeActions
.github/-0777rm
test/-0777rm
.nycrc1390666editdlrm
CHANGELOG.md8150666editdlrm
eslint.config.mjs7060666editdlrm
Get.d.ts1940666editdlrm
Get.js6100666editdlrm
GetMethod.d.ts3490666editdlrm
GetMethod.js7120666editdlrm
GetV.d.ts2000666editdlrm
GetV.js5360666editdlrm
isPropertyKey.d.ts2060666editdlrm
isPropertyKey.js1810666editdlrm
LICENSE10710666editdlrm
package.json25190666editdlrm
README.md30880666editdlrm
tsconfig.json680666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/es-abstract-get/eslint.config.mjs (706B)
import ljharb from '@ljharb/eslint-config/flat'; import ljharbTests from '@ljharb/eslint-config/flat/tests'; export default [ { ignores: [ 'coverage', '.nyc_output', ], }, ...ljharb, { rules: { eqeqeq: ['error', 'allow-null'], 'func-style': ['error', 'declaration'], 'id-length': [ 'error', { max: 24, min: 1, properties: 'never', }, ], 'multiline-comment-style': 'off', 'new-cap': [ 'error', { capIsNewExceptions: [ 'Get', 'GetMethod', 'GetV', 'ToObject', ], }, ], 'no-extra-parens': 'off', 'no-magic-numbers': 'off', }, }, ...ljharbTests.map((c) => ({ ...c, files: ['test/**'], })), ];