@blueprint-modernized/eslint-config

1.0.6 • Public • Published

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 @blueprint-modernized/eslint-plugin plugin.

Installation

yarn add @blueprint-modernized/eslint-config

Usage

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

{
    "extends": ["@blueprint-modernized/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

Readme

Keywords

none

Package Sidebar

Install

npm i @blueprint-modernized/eslint-config

Weekly Downloads

1

Version

1.0.6

License

Apache-2.0

Unpacked Size

24.5 kB

Total Files

8

Last publish

Collaborators

  • michael_nocode