Skip to content

lucasfrosty/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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:
  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