1.0.0 • Published 1 year ago

@vsconfig/eslint-config v1.0.0

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

@vsconfig/eslint-config

npm downloads prettier standard

Installation

  1. Install the dependencies.

npm:

npm i -D eslint @vsconfig/eslint-config

yarn:

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

JSON:

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

JS:

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