eslint-config-emarsys

v5.1.0
Eslint Rules for Emarsys

eslint-config

Usage

$ npm i -D eslint eslint-plugin-security eslint-config-emarsys

Then add it to your .eslintrc

{
  "extends": [
    "emarsys"
  ]
}

Notes

Eslint config properties like env or globals are strongly project specific so you have to set them in your own .eslintrc file.

For instance:

{
  "env": {
    "browser": true
  },
  "globals": {
    "React": true
  },
  "extends": [
    "emarsys"
  ]
}

To get an insight how it works check the official documentation.

npm i eslint-config-emarsys

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/16/2018

Downloads