2.8.3-alpha.0 • Published 1 year ago

@hai-ui/eslint-config v2.8.3-alpha.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

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 @hai-ui/eslint-plugin plugin.

Installation

yarn add @hai-ui/eslint-config

Usage

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

{
    "extends": ["@hai-ui/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