@scottrudiger/eslint-config

0.9.0 • Public • Published

@scottrudiger/eslint-config

An eslint config with my subjective tastes, built atop eslint-config-airbnb-base.

Feel free to try it out. Maybe you'll like it!

Usage

Install it (and peer dependencies):

npm install --save-dev @scottrudiger/eslint-config eslint eslint-plugin-import

Use it:

(in .eslintrc.js)

module.exports = {
  extends: '@scottrudiger'
};

(in .eslintrc.yaml or .eslintrc.yml)

extends: @scottrudiger

(in .eslintrc.json or .eslintrc)

{
  "extends": "@scottrudiger"
}

(in package.json)

{
  "eslintConfig": {"extends": "@scottrudiger"}
}

Package Sidebar

Install

npm i @scottrudiger/eslint-config

Weekly Downloads

1

Version

0.9.0

License

MIT

Unpacked Size

4.99 kB

Total Files

10

Last publish

Collaborators

  • scottrudiger