eslint-config-ellisio

1.1.3 • Public • Published

eslint-config-ellisio

Version License CircleCI Downloads

This is a configuration package for projects I work on. You are welcome to use this if you want.

Features

Installation

The default export contains all default Airbnb ESLint rules, including ECMAScript 6+, and the ones listed below. It requires some peerDependencies as well.

Install the package with:

npm i eslint-config-ellisio -D

# or

yarn add eslint-config-ellisio -D

Usage

Now add the config to either your package.json:

{
  "eslintConfig": {
    "extends": "eslint-config-ellisio"
  }
}

to your .eslintrc:

{
  "extends": "eslint-config-ellisio"
}

or .eslintrc.js:

module.exports = {
  extends: 'eslint-config-ellisio',
}

Assumptions

This ESLint configuration comes with some fundamental assumptions:

  • react and/or node environment
  • browser and/or node environment
  • parser: babel (used babel-eslint parser)

Even though I made some assumptions, you can easily overwrite, extend and unset rules and any other setting in your custom eslint config.

LICENSE

MIT

Maintainers


Andrew Ellis

Package Sidebar

Install

npm i eslint-config-ellisio

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

7.08 kB

Total Files

5

Last publish

Collaborators

  • ellisio