@lucasecdb/eslint-config

0.15.1 • Public • Published

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!

/@lucasecdb/eslint-config/

    Package Sidebar

    Install

    npm i @lucasecdb/eslint-config

    Weekly Downloads

    4

    Version

    0.15.1

    License

    MIT

    Unpacked Size

    13.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • lucasecdb