0.2.2 • Published 3 years ago

eslint-plugin-emarsys-tooling v0.2.2

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

Usage

Plugins:

typescript-backend


$ npm i -D eslint prettier typescript eslint-plugin-emarsys-tooling

.eslintrc

{
  "extends": [
    "plugin:emarsys-tooling/typescript-backend",
  ]
}

put your prettier config under .prettierrc, then run: eslint --ext .ts --fix

javascript-backend


$ npm i -D eslint prettier eslint-plugin-emarsys-tooling

.eslintrc

{
  "extends": [
    "plugin:emarsys-tooling/javascript-backend",
  ]
}

put your prettier config under .prettierrc, then run: eslint --fix

testing


.eslintrc

{
  "extends": [
    "plugin:emarsys-tooling/testing",
  ]
}

it should be the last in your extends section