3.0.0 • Published 3 years ago

eslint-config-compono-ui-ts v3.0.0

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

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