owncast/web/.knip.json
mahmed2000 78f6906bfb
Storybook 8 fixes (#3937)
* Add globs for auto-generated CSF screenshot stories to main.js

* Remove unneeded mdx files for screenshots

* Glob for stories.js instead of just js files in the doc pages directory

* Might as well update it to 8.3 while we're at it

* Update knip config file to make it happy

* Fix linter warning

---------

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2024-09-27 14:25:38 -07:00

50 lines
893 B
JSON

{
"ignoreExportsUsedInFile": true,
"ignore": [
"**/.eslintrc.js",
".storybook/**",
"**/*config.?s",
"**/*mock.?s",
"**/*fixture.?s",
"**/*stories.*",
"next-env.d.ts",
"public/**",
"tests/**",
"i18n/index.js",
"i18next-parser.config.mjs"
],
"ignoreDependencies": [
"@fontsource/inter",
"@fontsource/poppins",
"yaml",
"sharp",
"workbox-precaching",
"workbox-window",
"@mdx-js/react",
"@svgr/webpack",
"@types/jest",
"@types/markdown-it",
"@types/prop-types",
"babel-loader",
"chromatic",
"cypress",
"handlebars",
"html-webpack-plugin",
"install",
"mdx-mermaid",
"mermaid",
"sb",
"storybook-preset-less",
"ts-jest",
"stylelint-config-standard",
"postcss",
"stylelint",
"@babel/core",
"npm",
"eslint-config-next",
"@storybook/addon-postcss",
"@storybook/blocks",
"@storybook/mdx2-csf",
"@storybook/cli"
]
}