@stanlemon/eslint-config

0.1.136 • Public • Published

ESLint Config

npm version

ESLint is great, but it takes a lot to setup! This is my attempt to create a package that contains all of the dependencies I need, plus a simple config to use.

To use this, simply create the following file:

.eslintrc.json

{
  "extends": [
    "@stanlemon"
  ]
}

For the most part this config utilizes create-react-app with support for typescript (only in typescript files) and is consistent with prettier formatting.

If you don't like it, use something else. ;)

Dependencies (16)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @stanlemon/eslint-config

    Weekly Downloads

    19

    Version

    0.1.136

    License

    MIT

    Unpacked Size

    4.98 kB

    Total Files

    4

    Last publish

    Collaborators

    • stanlemon