ESLint config for AnnAngela's projects
npm install @annangela/eslint-configESLint config for AnnAngela's projects, supports the latest Node.js LTS version.
There are 2 exported variables, both via named export and default export:
* configs: contains these configs (see in the config folder):
* base: base config for all javascript files;
* browser: additional config for browser files;
* node: additional config for Node.js files;
* typescript: additional config for typescript files;
* eslintPlugin: additional config for eslint-plugin files;
* mocha: additional config for mocha test files.
* forkedGlobals: contains these forked globals from globals (see forkedGlobals.js):
* jquery;
* greasemonkey;
* mocha;
The package also exported these files:
* ./tsconfig.browser.json
* ./tsconfig.node20.json
* ./tsconfig.node20.cjs.json
* ./tsconfig.node22.json
* ./tsconfig.node22.cjs.json
* ./tsconfig.node24.json
* ./tsconfig.node24.cjs.json