@atamore/eslint-config-atamore

ESLint configuration.

Usage no npm install needed!

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

README

@atamore/eslint-config-atamore

This package provides ESLint configuration.

Installation

To make use of this config, install this packages as a development dependency of your project:

yarn add eslint-config-atamore eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-babel eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks prettier -D

Create a .eslintrc.js file in the root of your project directory (it should live where package.json does). Your .eslintrc.js file should look like this:

{
  "extends": [
    "@atamore/eslint-config-atamore",
    ...
  ]
}