Skip to content

bedrockio/eslint-plugin

Repository files navigation

@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"
    ]
}

About

Common ESLint plugin for Bedrock projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published