UNPKG

create-storybook

Version:

Storybook installer: Develop, document, and test UI components in isolation

17 lines (16 loc) 290 B
{ "rules": { "no-undef": "off", "react/prop-types": "off", "react/react-in-jsx-scope": "off", "import/extensions": "off" }, "overrides": [ { "files": ["nextjs/**/*.@(jsx|tsx)"], "rules": { "react/no-unknown-property": "off" } } ] }