1.0.0 • Published 28 days ago

@bedrockio/eslint-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
28 days ago

@bedrockio/eslint-plugin

Common ESLint plugin for Bedrock projects.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-bedrock:

$ npm install @bedrockio/eslint-plugin --save-dev

Usage

You can now extend from recommended, react, and jest configs.

{
    "extends": [
        "plugin:bedrock/recommended",
        "plugin:bedrock/jest",
        "plugin:bedrock/react"
    ]
}