1.1.1 • Published 1 year ago

@stackz/eslint-config v1.1.1

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

@stackz/eslint-config

license npm latest package

Installation

  1. Install the dependencies.

npm:

npm i -D eslint @stackz/eslint-config

yarn:

yarn add -D eslint @stackz/eslint-config
  1. Create a .eslintrc.* file.

JSON:

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

JS:

module.exports = {
  extends: ["@stackz/eslint-config"]
}