Skip to content

Files

Latest commit

Jan 24, 2023
d191d38 · Jan 24, 2023

History

History

eslint-config-storybook

README.md

ESLint Config Storybook

eslint shareable config to help you identify and report on patterns found in your Storybook stories.

Plugins

This configuration uses the following plugins:

Install

$ yarn add @linters/eslint-config-storybook -D

Usage

The shareable config can be configured in the eslint configuration file:

Create a .eslintrc.js file with the following contents:

module.exports = {
  extends: ['@linters/eslint-config-storybook'],
}