eslint-config-livenation

1.0.8 • Public • Published

eslint-config-livenation

Install

Add this package to your project.

yarn add eslint eslint-config-livenation --dev

and add a lint script to your package.json

{
  "scripts": {
    "lint": "eslint [folder_name]",
    ...
  }
}

Create a .eslintrc.json file in the root folder.

{
  "extends": "livenation"
}

Configuring VSCode

To make VSCode aware of the files it needs to lint, you need to add the following line to your VSCode settings.

"eslint.validate": [ "javascript", "javascriptreact", "html", "typescript", "typescriptreact" ],

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-livenation

Weekly Downloads

66

Version

1.0.8

License

MIT

Unpacked Size

1.98 kB

Total Files

4

Last publish

Collaborators

  • lndtfrontend