@atlas-engine/eslint-config

An ESLint ruleset tailored to the ProcessCube platform. Supports NodeJs and Typescript.

Usage no npm install needed!

<script type="module">
  import atlasEngineEslintConfig from 'https://cdn.skypack.dev/@atlas-engine/eslint-config';
</script>

README

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.