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