Skip to content

lalo3k/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint config

These are settings for ESLint that I use in my projects.

What it does

Semi-strict linting rules, to ensure consistency in file structure, formatting and coding style

Setup

  1. In your project folder, run:
    npm i --save-dev @lalo3k/eslint-config
  1. create (or update) a .eslintrc file with the following content, this can also be done in the eslintConfig section of your package.json
{
  'extends': [
    '@lalo3k/eslint-config'
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

  2. Feel free to override the rules that are not right for your project

About

linting rules I like to use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published