Skip to content

lucasecdb/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint configuration

hey there! 👋 this is my personal eslint configuration, feel free to use at any project or copy this repo settings to setup your own config and publish it to your favorite package registry!

installation

yarn add -D @lucasecdb/eslint-config

create a .eslintrc file at the root of your project if you didn't already, alongside the node_modules folder, and extend this config like this:

{
  "extends": "@lucasecdb",
  "env": {
    "es6": true
  }
}

and that's it!

About

Personal base eslint configuration

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors