@atolye15/eslint-config

Atölye15's React JavaScript ESLint config, following our styleguide

Usage no npm install needed!

<script type="module">
  import atolye15EslintConfig from 'https://cdn.skypack.dev/@atolye15/eslint-config';
</script>

README

@atolye15/eslint-config

This package provides Atölye15's JS .eslintrc (with React plugins) as an extensible shared config.

Install

Install the correct versions of package.

Yarn

yarn add @atolye15/eslint-config --dev

Npm

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

Usage

// .eslintrc

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

Supported Rules

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

https://github.com/atolye15/javascript/tree/master/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