2023-05-20 21:15:25 -07:00
|
|
|
{
|
2023-10-15 21:02:16 -07:00
|
|
|
"ignoreExportsUsedInFile": true,
|
2023-05-20 21:15:25 -07:00
|
|
|
"ignore": [
|
|
|
|
"**/.eslintrc.js",
|
|
|
|
".storybook/**",
|
|
|
|
"**/*config.?s",
|
|
|
|
"**/*mock.?s",
|
|
|
|
"**/*fixture.?s",
|
2023-10-15 21:02:16 -07:00
|
|
|
"**/*stories.*",
|
2023-05-20 21:15:25 -07:00
|
|
|
"next-env.d.ts",
|
2023-10-15 21:02:16 -07:00
|
|
|
"public/**",
|
2023-11-28 23:56:17 -08:00
|
|
|
"tests/**",
|
|
|
|
"i18n/index.js",
|
2023-11-29 20:27:14 -08:00
|
|
|
"i18next-parser.config.mjs"
|
2023-05-20 21:15:25 -07:00
|
|
|
],
|
|
|
|
"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",
|
2023-06-21 14:32:30 -07:00
|
|
|
"ts-jest",
|
|
|
|
"stylelint-config-standard",
|
2023-10-25 21:39:19 -07:00
|
|
|
"@babel/core",
|
2024-06-02 15:02:24 -07:00
|
|
|
"npm",
|
|
|
|
"eslint-config-next",
|
|
|
|
"@storybook/addon-postcss",
|
|
|
|
"@storybook/cli",
|
|
|
|
"@storybook/mdx2-csf",
|
|
|
|
"@commitlint/cli",
|
|
|
|
"@commitlint/config-conventional"
|
2023-05-20 21:15:25 -07:00
|
|
|
]
|
|
|
|
}
|