@elsikora/setup-wizard
Version:
Setup Wizard - CLI scaffolding utility
49 lines (47 loc) • 840 B
JavaScript
const ESLINT_CONFIG_IGNORE_PATHS = [
"package-lock.json",
".elsikora/commitlint-ai.config.js",
".elsikora/setup-wizard.config.js",
"yarn.lock",
"bun.lock",
"pnpm-lock.yaml",
"dist",
"bin",
"build",
"out",
"www",
"public/build",
"_site",
"release",
"node_modules",
".env",
".env.local",
".env.*",
"coverage",
".cache",
"public",
"static",
"assets",
"uploads",
"*.png",
"*.jpg",
"*.jpeg",
"*.gif",
"*.svg",
"*.ico",
"*.md",
"*.mdx",
"tmp",
".temp",
"**/*.d.ts",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.e2e-spec.ts",
"__tests__",
"test",
"tests",
".rollup.cache",
];
export { ESLINT_CONFIG_IGNORE_PATHS };
//# sourceMappingURL=ignore-paths.constant.js.map