Skip to content

Shareable `eslint` config enforcing our lint and style guidelines

License

Notifications You must be signed in to change notification settings

fuzzybaz/eslint-config-base

Repository files navigation

@dwp/eslint-config-base

Build Status Known Vulnerabilities

Shareable eslint config enforcing our lint and style convention.

Getting started

npm install --save-dev @dwp/eslint-config-base eslint

Rules

Add an .eslintrc.js file that looks something like:

module.exports = require( '@dwp/eslint-config-base' );

You can add your own rules to enhance this, but in doing so please ensure you don't weaken the baseline ruleset.

Don't use .eslintrc (low precedence) or package.json (even lower, and just plain bad!), lest you incur the wrath of a patient adversary.

Linting

Add eslint to your test suite like this, or see our package.json for an example of how we do it:

    "test": "eslint ."

About

Shareable `eslint` config enforcing our lint and style guidelines

Resources

License

Stars

Watchers

Forks

Packages

No packages published