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

@dice-discord/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dice-discord/eslint-config

Shareable ESLint and Prettier configuration for concise and modern code.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Dice ESLint Config

Dice code style

Shareable ESLint and Prettier configuration for concise and modern code.

Installation

NPM

npm install -D @dice-discord/eslint-config

Yarn

yarn -D @dice-discord/eslint-config

After you have installed the config, you need to use it in your ESLint config file.

// .eslintrc.json
{
  "extends": [
    "@dice-discord"
  ]
}

PNPM

pnpm install -D @dice-discord/eslint-config eslint-plugin-prettier eslint-config-prettier

You must also install the prettier ESLint extensions. This is due to a bug affecting ESLint that doesn't require extensions properly because of how PNPM limits requiring packages.

Badge

If you want to show what code style you're using, you can use this badge in your project descriptions.

Dice code style

[![Dice code style](https://img.shields.io/badge/style-dice-%234caf50.svg)](https://github.com/dice-discord/eslint-config)

Keywords

FAQs

Package last updated on 08 Jul 2019

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