1.1.3 • Published 6 years ago

@lucasfrosty/eslint-config v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@lucasfrosty/eslint-config

My personal eslint-config file. It uses the airbnb style-guide with Prettier for auto formatting

How to use it:

  1. Install the following packages into you project:
npm i @lucasfrosty/eslint-config babel-eslint prettier eslint@4.9.0 eslint-config-airbnb@16.1.0 eslint-config-prettier@2.9.0 eslint-plugin-import@2.7.0 eslint-plugin-jsx-a11y@6.0.2 eslint-plugin-prettier@2.6.0 eslint-plugin-react@7.4.0 --save-dev
  1. Next create a file with the name of .eslintrc on the root folder of the project.

  2. Inside the .eslintrc file just add the following:

{
  "extends": "@lucasfrosty/eslint-config"
}

And that's it!! You'll be using both Prettier and ESLint using the Airbnb style-guide

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago