eslint-config-compono-ui-ts

3.0.0 • Public • Published

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

/eslint-config-compono-ui-ts/

    Package Sidebar

    Install

    npm i eslint-config-compono-ui-ts

    Weekly Downloads

    12

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    3.33 kB

    Total Files

    5

    Last publish

    Collaborators

    • nikolay_nemshilov
    • s-taylor
    • lecstor
    • dustykeyboard