Skip to content

Atamore/eslint-config-atamore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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",
    ...
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published