UNPKG

eslint-plugin-storybook

Version:

Storybook ESLint Plugin: Best practice rules for writing stories

2 lines (1 loc) 221 B
"use strict";module.exports={extends:"./configs/csf",rules:{"react-hooks/rules-of-hooks":"off","import/no-anonymous-default-export":"off","storybook/no-stories-of":"error","storybook/no-title-property-in-meta":"error"}};