New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-compono-ui-ts

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-compono-ui-ts

Compono UI TypeScript tailored eslint config

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
59
increased by25.53%
Maintainers
4
Weekly downloads
 
Created
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

Package last updated on 28 Jun 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc