lintmax 0.1.70 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
-
import { S as OXLINT_CLI_ALLOW, b as DEFAULT_SHARED_IGNORE_PATTERNS, i as joinPath, l as isRecord, n as fromFileUrl, t as dirnamePath, x as ESLINT_TEST_FILE_PATTERNS } from "./path-
|
|
3
|
-
import { _ as resolveBin, a as PRETTIER_MD_ARGS, b as usage, c as cwd, d as envValue, f as lintmaxRoot, g as readVersion, h as readRequiredJson, i as CliExitError, l as decodeText, m as readJson, o as bunEnv, p as pathExists, r as sync, s as cacheDir, u as ensureDirectory, v as run, y as runCapture } from "./src-
|
|
2
|
+
import { S as OXLINT_CLI_ALLOW, b as DEFAULT_SHARED_IGNORE_PATTERNS, i as joinPath, l as isRecord, n as fromFileUrl, t as dirnamePath, x as ESLINT_TEST_FILE_PATTERNS } from "./path-D20RmRgi.mjs";
|
|
3
|
+
import { _ as resolveBin, a as PRETTIER_MD_ARGS, b as usage, c as cwd, d as envValue, f as lintmaxRoot, g as readVersion, h as readRequiredJson, i as CliExitError, l as decodeText, m as readJson, o as bunEnv, p as pathExists, r as sync, s as cacheDir, u as ensureDirectory, v as run, y as runCapture } from "./src-CAdwONDm.mjs";
|
|
4
4
|
import { $, Glob, env, file, write } from "bun";
|
|
5
5
|
import { lstat, unlink } from "node:fs/promises";
|
|
6
6
|
import { join } from "node:path";
|
package/dist/eslint.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TAILWIND_ENTRY_CANDIDATES, b as DEFAULT_SHARED_IGNORE_PATTERNS, c as findUnknownRules, d as normalizeObjectListInput, f as normalizePathListInput, g as warnToError, i as joinPath, l as isRecord, m as normalizeTailwindOption, p as normalizeRulesOffInput, r as isAbsolutePath, w as SHARED_OVERRIDE_SYMBOL_KEY, x as ESLINT_TEST_FILE_PATTERNS } from "./path-
|
|
1
|
+
import { T as TAILWIND_ENTRY_CANDIDATES, b as DEFAULT_SHARED_IGNORE_PATTERNS, c as findUnknownRules, d as normalizeObjectListInput, f as normalizePathListInput, g as warnToError, i as joinPath, l as isRecord, m as normalizeTailwindOption, p as normalizeRulesOffInput, r as isAbsolutePath, w as SHARED_OVERRIDE_SYMBOL_KEY, x as ESLINT_TEST_FILE_PATTERNS } from "./path-D20RmRgi.mjs";
|
|
2
2
|
import { file } from "bun";
|
|
3
3
|
import eslintReact from "@eslint-react/eslint-plugin";
|
|
4
4
|
import { includeIgnoreFile } from "@eslint/compat";
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as eslintImport, r as sync, t as defineConfig } from "./src-
|
|
1
|
+
import { n as eslintImport, r as sync, t as defineConfig } from "./src-CAdwONDm.mjs";
|
|
2
2
|
export { defineConfig, eslintImport, sync };
|
|
@@ -50,7 +50,8 @@ const BIOME_IGNORE_PATTERNS = [
|
|
|
50
50
|
"!!**/.next",
|
|
51
51
|
"!!**/.output",
|
|
52
52
|
"!!**/.turbo",
|
|
53
|
-
"!!**/.venv",
|
|
53
|
+
"!!**/.venv*",
|
|
54
|
+
"!!**/venv",
|
|
54
55
|
"!!**/.wxt",
|
|
55
56
|
"!!**/_generated",
|
|
56
57
|
"!!**/Android",
|
|
@@ -66,6 +67,8 @@ const DEFAULT_SHARED_IGNORE_PATTERNS = [
|
|
|
66
67
|
"_generated/**",
|
|
67
68
|
".next/**",
|
|
68
69
|
".source/**",
|
|
70
|
+
".venv*/**",
|
|
71
|
+
"venv/**",
|
|
69
72
|
"dist/**",
|
|
70
73
|
"generated/**",
|
|
71
74
|
"module_bindings/**",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as OXLINT_PATTERN_RULE_OVERRIDES, _ as BIOME_IGNORE_PATTERNS, a as assertJsonSerializable, b as DEFAULT_SHARED_IGNORE_PATTERNS, c as findUnknownRules, d as normalizeObjectListInput, f as normalizePathListInput, h as stripPluginNamespace, i as joinPath, l as isRecord, m as normalizeTailwindOption, n as fromFileUrl, o as assertObject, p as normalizeRulesOffInput, s as assertOptionalString, t as dirnamePath, u as normalizeIgnorePattern, v as BIOME_PATTERN_RULE_OVERRIDES, w as SHARED_OVERRIDE_SYMBOL_KEY, y as BIOME_RULES_OFF } from "./path-
|
|
1
|
+
import { C as OXLINT_PATTERN_RULE_OVERRIDES, _ as BIOME_IGNORE_PATTERNS, a as assertJsonSerializable, b as DEFAULT_SHARED_IGNORE_PATTERNS, c as findUnknownRules, d as normalizeObjectListInput, f as normalizePathListInput, h as stripPluginNamespace, i as joinPath, l as isRecord, m as normalizeTailwindOption, n as fromFileUrl, o as assertObject, p as normalizeRulesOffInput, s as assertOptionalString, t as dirnamePath, u as normalizeIgnorePattern, v as BIOME_PATTERN_RULE_OVERRIDES, w as SHARED_OVERRIDE_SYMBOL_KEY, y as BIOME_RULES_OFF } from "./path-D20RmRgi.mjs";
|
|
2
2
|
import { $, env as bunEnv, file, write } from "bun";
|
|
3
3
|
import { lstat } from "node:fs/promises";
|
|
4
4
|
import { join, relative } from "node:path";
|