Socket
Socket
Sign inDemoInstall

eslint-config-compono-ui-ts

Package Overview
Dependencies
4
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-compono-ui-ts

Compono UI TypeScript tailored eslint config


Version published
Weekly downloads
64
increased by2033.33%
Maintainers
4
Install size
48.1 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 28 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc