0.4.0 • Published 1 year ago

@linters/eslint-config-storybook v0.4.0

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

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'],
}