0
owncast/web/.knip.json
renovate[bot] fa7e0c6ee1
chore(deps): update dependency knip to v5.17.3 (#3751)
* chore(deps): update dependency knip to v5.17.3

* fix(js): resolve errors with new version of knip

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2024-06-02 15:02:24 -07:00

49 lines
924 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",
"@storybook/testing-library",
"@svgr/webpack",
"@types/jest",
"@types/markdown-it",
"@types/prop-types",
"babel-loader",
"chromatic",
"cypress",
"handlebars",
"html-webpack-plugin",
"install",
"mdx-mermaid",
"mermaid",
"storybook-preset-less",
"ts-jest",
"stylelint-config-standard",
"@babel/core",
"npm",
"eslint-config-next",
"@storybook/addon-postcss",
"@storybook/cli",
"@storybook/mdx2-csf",
"@commitlint/cli",
"@commitlint/config-conventional"
]
}