eslint-config-compono-ui-ts

Compono UI TypeScript tailored eslint config

Usage no npm install needed!

<script type="module">
  import eslintConfigComponoUiTs from 'https://cdn.skypack.dev/eslint-config-compono-ui-ts';
</script>

README

eslint-config-compono-ui-ts

Compono's frontend eslint configurations for typescript

They add a ton of opinionated changes on top of our minimal eslint-config-compono setup.

Getting started

Import this package in you package.json dev dependencies.

npm add -D eslint-config-compono-ui-ts

Add .eslintrc to your project.

{
  "extends": "compono-ui-ts",
  "rules": {
    // project specific rules go here
  }
}

Rules

We extend from Our rules

With the Typescript plugin and parser