5.2.0 • Published 17 days ago

@annangela/eslint-config v5.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

@annangela/eslint-config

ESLint config for AnnAngela's projects, supports the latest Node.js LTS version.

Output

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;

other files

The package also exported these files: