UNPKG

@modyqyw/fabric

Version:

Opinionated shareable specifications for git-based JavaScript/TypeScript projects.

58 lines (57 loc) 3.64 kB
export { c as commitlint } from './shared/fabric.BeGZdxMa.mjs'; export { e as eslint } from './shared/fabric.mCEU_sBS.mjs'; export { l as lintStaged } from './shared/fabric.DwP3LJPb.mjs'; export { prettier } from './prettier.mjs'; export { s as simpleGitHooks } from './shared/fabric.BrwBnB1Y.mjs'; export { s as stylelint } from './shared/fabric.C-9uiwSA.mjs'; export { B as GLOB_ALL_SRC, t as GLOB_ASTRO, h as GLOB_CSS, d as GLOB_DTS, C as GLOB_EXCLUDE, u as GLOB_HTML, b as GLOB_JS, l as GLOB_JSON, m as GLOB_JSON5, n as GLOB_JSONC, c as GLOB_JSX, i as GLOB_LESS, q as GLOB_MARKDOWN, y as GLOB_MARKDOWN_ASTRO, z as GLOB_MARKDOWN_HTML, v as GLOB_MARKDOWN_SCRIPT, x as GLOB_MARKDOWN_SVELTE, w as GLOB_MARKDOWN_VUE, k as GLOB_SASS, a as GLOB_SCRIPT, G as GLOB_SCRIPT_EXT, j as GLOB_SCSS, g as GLOB_STYLE, s as GLOB_SVELTE, A as GLOB_TESTS, o as GLOB_TOML, e as GLOB_TS, f as GLOB_TSX, r as GLOB_VUE, p as GLOB_YAML, M as MINI_PROGRAM_ELEMENTS } from './shared/fabric.DrBYK7XE.mjs'; export { g as getNuxtVersion, l as getVueVersion, B as hasAstro, T as hasBiome, a0 as hasCommitlint, s as hasDocusaurus, U as hasESLint, r as hasIonicReact, j as hasIonicVue, K as hasLerna, F as hasLess, $ as hasLintStaged, _ as hasMarkdownlintCli, D as hasMiniProgram, O as hasMonoRepo, n as hasNext, a as hasNuxt, b as hasNuxt3, L as hasNx, V as hasOxlint, N as hasPnpmWorkspace, X as hasPrettier, u as hasReact, q as hasReactNative, p as hasReactRouter, o as hasRemix, M as hasRush, E as hasScss, e as hasSlidev, A as hasSolid, y as hasSolidStart, W as hasStylelint, x as hasSvelte, v as hasSvelteKit, I as hasTailwindCss, C as hasTaro, t as hasTaroReact, z as hasTaroSolid, w as hasTaroSvelte, i as hasTaroVue, Y as hasTsc, S as hasTsconfigAppJson, R as hasTsconfigTestJson, Q as hasTsconfigVitestJson, h as hasTypeScript, f as hasUniApp, G as hasUnoCss, J as hasVite, d as hasVitePress, P as hasVitest, k as hasVue, m as hasVue3, c as hasVuePress, Z as hasVueTsc, H as hasWindiCss } from './shared/fabric.UWmAURsN.mjs'; export { f as filterFilenames, i as interopDefault, a as isBoolean } from './shared/fabric.Cj4waNRr.mjs'; import '@eslint/compat'; import 'eslint-config-flat-gitignore'; import '@babel/eslint-parser'; import '@typescript-eslint/parser'; import '@typescript-eslint/eslint-plugin'; import 'eslint-plugin-command/config'; import 'eslint-plugin-jsdoc'; import 'eslint-plugin-import-x'; import 'eslint-import-resolver-oxc'; import 'eslint-plugin-unused-imports'; import 'eslint-plugin-no-barrel-files'; import 'eslint-plugin-promise'; import 'eslint-plugin-regexp'; import 'eslint-plugin-n'; import 'eslint-plugin-perfectionist'; import 'eslint-plugin-unicorn'; import 'eslint-plugin-react-x'; import 'eslint-plugin-react-dom'; import 'eslint-plugin-react-web-api'; import 'eslint-plugin-react-hooks-extra'; import 'eslint-plugin-react-naming-convention'; import 'eslint-plugin-react-hooks'; import 'eslint-plugin-react-perf'; import 'eslint-plugin-react-refresh'; import 'eslint-plugin-react-native'; import '@next/eslint-plugin-next'; import 'vue-eslint-parser'; import 'eslint-plugin-vue'; import 'eslint-plugin-vue-scoped-css'; import 'eslint-plugin-nuxt'; import '@nuxt/eslint-plugin'; import 'eslint-plugin-tailwindcss'; import '@unocss/eslint-plugin'; import 'eslint-plugin-markdown'; import 'jsonc-eslint-parser'; import 'eslint-plugin-jsonc'; import 'eslint-plugin-package-json'; import 'toml-eslint-parser'; import 'eslint-plugin-toml'; import 'eslint-plugin-yml'; import 'yaml-eslint-parser'; import 'defu'; import 'globals'; import 'node:fs'; import 'node:path'; import 'node:process'; import 'local-pkg'; import 'multimatch';