eslint-config-emarsys

5.1.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.1.02,385latest

Version History

VersionDownloads (Last 7 Days)Published
5.1.02,385
4.0.030
3.0.30
3.0.20
3.0.10
3.0.00
2.0.00
1.0.00

Package Sidebar

Install

npm i eslint-config-emarsys

Weekly Downloads

2,415

Version

5.1.0

License

MIT

Unpacked Size

4.37 kB

Total Files

4

Last publish

Collaborators

  • blacksonic
  • gergelyke
  • sviktor
  • draven
  • adambrunner
  • joco