README
ESLint config for the Process Cube platform
- install with
npm install --save-dev @atlas-engine/eslint-config - create an
.eslintrcin your project with the following content:
{
"extends": "@atlas-engine/eslint-config"
}
This is based on @typescript-eslint/eslint-plugin.