@elkevinwolf/eslint-config-base

1.0.0 • Public • Published

version downloads

@elkevinwolf/eslint-config-base

⚙️ Kevin Wolf's opinionated shareable ESLint config.

Installation

npm install --save-dev eslint prettier typescript @elkevinwolf/eslint-config-base

Usage

Depending on your preferred way to configure ESLint, you have several options:

  • In package.json, using the eslintConfig property:
{
  // name, scripts, dependencies, etc...
  "eslintConfig": {
    "extends": "@elkevinwolf/base"
  }
}
  • In .eslintrc.json or .eslintrc:
{
  "extends": "@elkevinwolf/base"
}
  • In .eslintrc.js:
module.exports = {
  extends: "@elkevinwolf/base",
}
  • In .eslintrc.yaml or .eslintrc.yml:
extends: "@elkevinwolf/base"

Contributing

Read the contributing guidelines.

License

MIT

Package Sidebar

Install

npm i @elkevinwolf/eslint-config-base

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

4.6 kB

Total Files

4

Last publish

Collaborators

  • elkevinwolf