Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-clutter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-clutter

Clutter's ESLint/Prettier config for Typescript projects

  • 1.0.0-beta.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-config-clutter

npm version

This package uses ESLint to enforce Clutter's code style and provides a configuration for our React Typescript projects. We use this package in conjunction with Prettier for linting our projects.

Install

yarn add --dev eslint-config-clutter eslint

This ESLint configuration uses @rushstack/eslint-patch which allows our configuration to bring along its own plugins rather than imposing peer dependencies on every consumer of the config. See the README for more information.

Usage

  1. Add "extends": "clutter" to your ESLint configuration file.
  2. Enable the Prettier configuration by updating the project's package.json with the following:
{
  "prettier": "eslint-config-clutter/prettier-config"
}

Resources

FAQs

Package last updated on 20 Jan 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