1.0.9 • Published 5 months ago

@arastaitc/eslint-config-base v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@arastaitc/eslint-config-base

This package provides Arastaitc's base JavaScript .eslintrc (without React/Next plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

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

Npm

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

Usage

// .eslintrc

{
  "extends": [
    "@arastaitc/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