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

@blueprintjs/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/eslint-config

ESLint configuration for @blueprintjs packages

  • 6.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
295
increased by76.65%
Maintainers
0
Weekly downloads
 
Created
Source

Blueprint ESLint Configuration

Blueprint is a React UI toolkit for the web.

This package contains the ESLint configuration for Blueprint. It enables lint rules which enforce code style conventions and enables the @blueprintjs/eslint-plugin plugin.

Installation

yarn add @blueprintjs/eslint-config

Usage

Enable this configuration in your ESLint configuration file (e.g. .eslintrc.json):

{
    "extends": ["@blueprintjs/eslint-config"]
}

VSCode

If you use VSCode, install the dbaeumer.vscode-eslint plugin to lint your code in the editor. We recommend enabling these global VSCode settings:

"editor.formatOnSave": true,
"eslint.format.enable": true

FAQs

Package last updated on 26 Nov 2024

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