mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fa7e0c6ee1
* 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>
49 lines
No EOL
924 B
JSON
49 lines
No EOL
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"
|
|
]
|
|
} |