1.0.8 • Published 5 months ago

@arastaitc/eslint-config v1.0.8

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

@arastaitc/eslint-config

This package provides Arastaitc's JS .eslintrc (with React/Next plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

yarn add @arastaitc/eslint-config --dev

Npm

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

Usage

// .eslintrc

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

Supported Rules

1. @arastaitc/eslint-config-base-typescript

https://github.com/arastaitc/eslint-core/tree/main/packages/eslint-config-base-typescript

2. eslint-config-airbnb

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

3. eslint-plugin-react

https://github.com/yannickcr/eslint-plugin-react

4. eslint-plugin-jsx-a11y

https://www.npmjs.com/package/eslint-plugin-jsx-a11y