3.0.3 • Published 3 years ago

@atlas-engine/eslint-config v3.0.3

Weekly downloads
416
License
MIT
Repository
github
Last release
3 years ago

ESLint config for the Process Cube platform

  • install with npm install --save-dev @atlas-engine/eslint-config
  • create an .eslintrc in your project with the following content:
{
    "extends": "@atlas-engine/eslint-config"
}

This is based on @typescript-eslint/eslint-plugin.