@eienjs/eslint-config 1.4.2 → 1.5.1
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/{constants_generated.js → constants_generated.mjs} +3 -3
- package/dist/cli/{index.js → index.mjs} +2 -2
- package/dist/cli/{run.js → run.mjs} +5 -5
- package/dist/cli/stages/{update_eslint_files.js → update_eslint_files.mjs} +1 -1
- package/dist/cli/stages/{update_package_json.js → update_package_json.mjs} +3 -3
- package/dist/cli/stages/{update_vscode_settings.js → update_vscode_settings.mjs} +1 -1
- package/dist/configs/{adonisjs.d.ts → adonisjs.d.mts} +1 -1
- package/dist/configs/{adonisjs.js → adonisjs.mjs} +2 -2
- package/dist/configs/{astro.d.ts → astro.d.mts} +1 -1
- package/dist/configs/{astro.js → astro.mjs} +2 -2
- package/dist/configs/{command.d.ts → command.d.mts} +1 -1
- package/dist/configs/{comments.d.ts → comments.d.mts} +1 -1
- package/dist/configs/{comments.js → comments.mjs} +1 -1
- package/dist/configs/{disables.d.ts → disables.d.mts} +1 -1
- package/dist/configs/{disables.js → disables.mjs} +10 -1
- package/dist/configs/{formatters.d.ts → formatters.d.mts} +1 -1
- package/dist/configs/{formatters.js → formatters.mjs} +3 -3
- package/dist/configs/ignores.d.mts +6 -0
- package/dist/configs/ignores.mjs +14 -0
- package/dist/configs/{imports.d.ts → imports.d.mts} +1 -1
- package/dist/configs/{imports.js → imports.mjs} +1 -1
- package/dist/configs/index.d.mts +26 -0
- package/dist/configs/index.mjs +27 -0
- package/dist/configs/{javascript.d.ts → javascript.d.mts} +1 -1
- package/dist/configs/{javascript.js → javascript.mjs} +1 -1
- package/dist/configs/{jsdoc.d.ts → jsdoc.d.mts} +1 -1
- package/dist/configs/{jsdoc.js → jsdoc.mjs} +1 -1
- package/dist/configs/{jsonc.d.ts → jsonc.d.mts} +1 -1
- package/dist/configs/{jsonc.js → jsonc.mjs} +2 -2
- package/dist/configs/{markdown.d.ts → markdown.d.mts} +1 -1
- package/dist/configs/{markdown.js → markdown.mjs} +2 -2
- package/dist/configs/{node.d.ts → node.d.mts} +1 -1
- package/dist/configs/{node.js → node.mjs} +1 -1
- package/dist/configs/{nuxt.d.ts → nuxt.d.mts} +1 -1
- package/dist/configs/{nuxt.js → nuxt.mjs} +2 -2
- package/dist/configs/{perfectionist.d.ts → perfectionist.d.mts} +1 -1
- package/dist/configs/{perfectionist.js → perfectionist.mjs} +1 -1
- package/dist/configs/{pnpm.d.ts → pnpm.d.mts} +1 -1
- package/dist/configs/{pnpm.js → pnpm.mjs} +1 -1
- package/dist/configs/{regexp.d.ts → regexp.d.mts} +1 -1
- package/dist/configs/{sort.d.ts → sort.d.mts} +1 -1
- package/dist/configs/{stylistic.d.ts → stylistic.d.mts} +1 -1
- package/dist/configs/{stylistic.js → stylistic.mjs} +2 -2
- package/dist/configs/{test.d.ts → test.d.mts} +1 -1
- package/dist/configs/{test.js → test.mjs} +2 -2
- package/dist/configs/{toml.d.ts → toml.d.mts} +1 -1
- package/dist/configs/{toml.js → toml.mjs} +2 -2
- package/dist/configs/{typescript.d.ts → typescript.d.mts} +1 -1
- package/dist/configs/{typescript.js → typescript.mjs} +3 -3
- package/dist/configs/{unicorn.d.ts → unicorn.d.mts} +1 -1
- package/dist/configs/{unicorn.js → unicorn.mjs} +2 -2
- package/dist/configs/{vue.d.ts → vue.d.mts} +1 -1
- package/dist/configs/{vue.js → vue.mjs} +2 -2
- package/dist/configs/{yaml.d.ts → yaml.d.mts} +1 -1
- package/dist/configs/{yaml.js → yaml.mjs} +2 -2
- package/dist/{factory.d.ts → factory.d.mts} +2 -2
- package/dist/{factory.js → factory.mjs} +29 -29
- package/dist/{globs.js → globs.mjs} +2 -1
- package/dist/{index.d.ts → index.d.mts} +5 -5
- package/dist/{index.js → index.mjs} +3 -3
- package/dist/package.mjs +5 -0
- package/dist/{typegen.d.ts → typegen.d.mts} +265 -144
- package/dist/{types.d.ts → types.d.mts} +11 -2
- package/dist/{utils.d.ts → utils.d.mts} +1 -1
- package/package.json +24 -24
- package/dist/configs/ignores.d.ts +0 -6
- package/dist/configs/ignores.js +0 -12
- package/dist/configs/index.d.ts +0 -26
- package/dist/configs/index.js +0 -27
- package/dist/package.js +0 -5
- /package/dist/cli/{constants.js → constants.mjs} +0 -0
- /package/dist/cli/{index.d.ts → index.d.mts} +0 -0
- /package/dist/cli/{utils.js → utils.mjs} +0 -0
- /package/dist/configs/{command.js → command.mjs} +0 -0
- /package/dist/configs/{regexp.js → regexp.mjs} +0 -0
- /package/dist/configs/{sort.js → sort.mjs} +0 -0
- /package/dist/{globs.d.ts → globs.d.mts} +0 -0
- /package/dist/{plugins.js → plugins.mjs} +0 -0
- /package/dist/{utils.js → utils.mjs} +0 -0
- /package/dist/vendored/{prettier_types.d.ts → prettier_types.d.mts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ConfigNames } from "./typegen.
|
|
2
|
-
import { Awaitable, OptionsAdonisJS, OptionsComponentExts, OptionsConfig, OptionsErasableSyntaxOnly, OptionsFiles, OptionsFormatters, OptionsHasTypeScript, OptionsIsInEditor, OptionsNuxt, OptionsOverrides, OptionsRegExp, OptionsStylistic, OptionsTypeScriptParserOptions, OptionsTypeScriptWithTypes, OptionsTypescript, OptionsTypescriptWithErasableSyntaxOnly, OptionsVue, Rules, StylisticConfig, TypedFlatConfigItem } from "./types.
|
|
3
|
-
import { ResolvedOptions, defaultPluginRenaming, eienjs, getOverrides, resolveSubOptions } from "./factory.
|
|
4
|
-
import { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from "./globs.
|
|
5
|
-
import { combine, ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, toArray } from "./utils.
|
|
1
|
+
import { ConfigNames } from "./typegen.mjs";
|
|
2
|
+
import { Awaitable, OptionsAdonisJS, OptionsComponentExts, OptionsConfig, OptionsErasableSyntaxOnly, OptionsFiles, OptionsFormatters, OptionsHasTypeScript, OptionsIsInEditor, OptionsNuxt, OptionsOverrides, OptionsRegExp, OptionsStylistic, OptionsTypeScriptParserOptions, OptionsTypeScriptWithTypes, OptionsTypescript, OptionsTypescriptWithErasableSyntaxOnly, OptionsVue, Rules, StylisticConfig, TypedFlatConfigItem } from "./types.mjs";
|
|
3
|
+
import { ResolvedOptions, defaultPluginRenaming, eienjs, getOverrides, resolveSubOptions } from "./factory.mjs";
|
|
4
|
+
import { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from "./globs.mjs";
|
|
5
|
+
import { combine, ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, toArray } from "./utils.mjs";
|
|
6
6
|
export { Awaitable, ConfigNames, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML, OptionsAdonisJS, OptionsComponentExts, OptionsConfig, OptionsErasableSyntaxOnly, OptionsFiles, OptionsFormatters, OptionsHasTypeScript, OptionsIsInEditor, OptionsNuxt, OptionsOverrides, OptionsRegExp, OptionsStylistic, OptionsTypeScriptParserOptions, OptionsTypeScriptWithTypes, OptionsTypescript, OptionsTypescriptWithErasableSyntaxOnly, OptionsVue, ResolvedOptions, Rules, StylisticConfig, TypedFlatConfigItem, combine, eienjs as default, defaultPluginRenaming, eienjs, ensurePackages, getOverrides, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, resolveSubOptions, toArray };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from "./globs.
|
|
2
|
-
import { combine, ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, toArray } from "./utils.
|
|
3
|
-
import { defaultPluginRenaming, eienjs, getOverrides, resolveSubOptions } from "./factory.
|
|
1
|
+
import { GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CSS, GLOB_EXCLUDE, GLOB_EXTS, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from "./globs.mjs";
|
|
2
|
+
import { combine, ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, toArray } from "./utils.mjs";
|
|
3
|
+
import { defaultPluginRenaming, eienjs, getOverrides, resolveSubOptions } from "./factory.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/index.ts
|
|
6
6
|
var src_default = eienjs;
|