1.0.0 • Published 1 year ago

@stevancorre/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Installation

# Using Npm
$ npm i -D @stevancorre/eslint-config

# Pnpm
$ pnpm add -D @stevancorre/eslint-config

# Or Yarn
$ yarn add -D @stevancorre/eslint-config

How to use

Create a new .eslintrc.json file or open an existing one, then just make it extend the configuration.

{
    "extends": ["@stevancorre/eslint-config"]
}

License

This project is MIT licensed.

Credits

  • Icon: eslint.org
  • README design: github.com/amitmerchant1990