1.2.0 • Published 3 years ago

@atolye15/eslint-config-base v1.2.0

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

@atolye15/eslint-config-base

This package provides Atölye15's base JavaScript .eslintrc (without React plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

yarn add @atolye15/eslint-config-base --dev

Npm

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

Usage

// .eslintrc

{
  "extends": [
    "@atolye15/eslint-config-base"
  ]
}

Supported Rules

1. eslint-config-airbnb-base

https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base

2. eslint-config-prettier

https://github.com/prettier/eslint-config-prettier

3. eslint-plugin-prettier

https://github.com/prettier/eslint-plugin-prettier

4. eslint-plugin-eslint-comments

https://github.com/mysticatea/eslint-plugin-eslint-comments

5. eslint-plugin-import

https://github.com/benmosher/eslint-plugin-import

6. eslint-plugin-jest

https://github.com/jest-community/eslint-plugin-jest