mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(deps): additional things to ignore in unused code check
This commit is contained in:
parent
804ef4caf5
commit
b145f3da9a
@ -9,7 +9,9 @@
|
|||||||
"**/*stories.*",
|
"**/*stories.*",
|
||||||
"next-env.d.ts",
|
"next-env.d.ts",
|
||||||
"public/**",
|
"public/**",
|
||||||
"tests/**"
|
"tests/**",
|
||||||
|
"i18n/index.js",
|
||||||
|
"i18next-parser.config.mjs",
|
||||||
],
|
],
|
||||||
"ignoreDependencies": [
|
"ignoreDependencies": [
|
||||||
"@fontsource/inter",
|
"@fontsource/inter",
|
||||||
@ -82,5 +84,6 @@
|
|||||||
"@storybook/nextjs",
|
"@storybook/nextjs",
|
||||||
"@storybook/react",
|
"@storybook/react",
|
||||||
"resolve-url-loader",
|
"resolve-url-loader",
|
||||||
|
"i18next-scanner"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user