@blueprintjs/eslint-config
v6.0.20
Published
ESLint configuration for @blueprintjs packages
Readme
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-configUsage
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