@lucasfrosty/eslint-config
v1.1.3
Published
My personal eslint-config (prettier + eslint with airbnb style-guide)
Readme
@lucasfrosty/eslint-config
My personal eslint-config file. It uses the airbnb style-guide with Prettier for auto formatting
How to use it:
- Install the following packages into you project:
npm i @lucasfrosty/eslint-config babel-eslint prettier [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] --save-devNext create a file with the name of
.eslintrcon the root folder of the project.Inside the
.eslintrcfile 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
