6.0.1 • Published 3 years ago

@alexdiliberto/eslint-config v6.0.1

Weekly downloads
73
License
MIT
Repository
github
Last release
3 years ago

@alexdiliberto/eslint-config

Build status Commitizen friendly

Shareable config for all of my preferred ESLint rules.

Installation

yarn add -D @alexdiliberto/eslint-config

OR

npm install --save-dev @alexdiliberto/eslint-config

Next, install all necessary peer dependencies as notified via console after running the above command.

Alternatively, if you are using this eslint-config with an Ember CLI project -- simply ensure that the ember-cli-eslint addon is installed with version >= v5.0.0 and that will take care of the necessary peer dependencies for you automatically.

Usage

Add @alexdiliberto to the extends array in your project's .eslintrc.js file as a shorthand and these sharable config rules will be automatically consumed by ESLint from within your project.

{
  extends: ['@alexdiliberto']
}

Using the @alexdiliberto/eslint-config config with eslint:recommended

To use this config in conjunction with ESLint's core eslint:recommended ruleset, extend them both, making sure to list @alexdiliberto last. Please note that I have made it a priority to try not override any of ESLint's recommended rules unless explicitly noted in comments -- this serves only as a precautionary measure to ensure overrides.

{
  extends: [
    'eslint:recommended',
    '@alexdiliberto'
  ]
}

Deploy

Due to an issue with yarn, simply use npm when running the deploy script

npm run release

License

MIT Copyright (c) Alex DiLiberto

6.0.1

3 years ago

6.0.0

3 years ago

5.0.0

3 years ago

4.2.0

4 years ago

4.1.5

4 years ago

4.1.4

4 years ago

4.1.3

4 years ago

4.1.2

4 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago