ESLint 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: