@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.
Files changed (80) hide show
  1. package/dist/cli/{constants_generated.js → constants_generated.mjs} +3 -3
  2. package/dist/cli/{index.js → index.mjs} +2 -2
  3. package/dist/cli/{run.js → run.mjs} +5 -5
  4. package/dist/cli/stages/{update_eslint_files.js → update_eslint_files.mjs} +1 -1
  5. package/dist/cli/stages/{update_package_json.js → update_package_json.mjs} +3 -3
  6. package/dist/cli/stages/{update_vscode_settings.js → update_vscode_settings.mjs} +1 -1
  7. package/dist/configs/{adonisjs.d.ts → adonisjs.d.mts} +1 -1
  8. package/dist/configs/{adonisjs.js → adonisjs.mjs} +2 -2
  9. package/dist/configs/{astro.d.ts → astro.d.mts} +1 -1
  10. package/dist/configs/{astro.js → astro.mjs} +2 -2
  11. package/dist/configs/{command.d.ts → command.d.mts} +1 -1
  12. package/dist/configs/{comments.d.ts → comments.d.mts} +1 -1
  13. package/dist/configs/{comments.js → comments.mjs} +1 -1
  14. package/dist/configs/{disables.d.ts → disables.d.mts} +1 -1
  15. package/dist/configs/{disables.js → disables.mjs} +10 -1
  16. package/dist/configs/{formatters.d.ts → formatters.d.mts} +1 -1
  17. package/dist/configs/{formatters.js → formatters.mjs} +3 -3
  18. package/dist/configs/ignores.d.mts +6 -0
  19. package/dist/configs/ignores.mjs +14 -0
  20. package/dist/configs/{imports.d.ts → imports.d.mts} +1 -1
  21. package/dist/configs/{imports.js → imports.mjs} +1 -1
  22. package/dist/configs/index.d.mts +26 -0
  23. package/dist/configs/index.mjs +27 -0
  24. package/dist/configs/{javascript.d.ts → javascript.d.mts} +1 -1
  25. package/dist/configs/{javascript.js → javascript.mjs} +1 -1
  26. package/dist/configs/{jsdoc.d.ts → jsdoc.d.mts} +1 -1
  27. package/dist/configs/{jsdoc.js → jsdoc.mjs} +1 -1
  28. package/dist/configs/{jsonc.d.ts → jsonc.d.mts} +1 -1
  29. package/dist/configs/{jsonc.js → jsonc.mjs} +2 -2
  30. package/dist/configs/{markdown.d.ts → markdown.d.mts} +1 -1
  31. package/dist/configs/{markdown.js → markdown.mjs} +2 -2
  32. package/dist/configs/{node.d.ts → node.d.mts} +1 -1
  33. package/dist/configs/{node.js → node.mjs} +1 -1
  34. package/dist/configs/{nuxt.d.ts → nuxt.d.mts} +1 -1
  35. package/dist/configs/{nuxt.js → nuxt.mjs} +2 -2
  36. package/dist/configs/{perfectionist.d.ts → perfectionist.d.mts} +1 -1
  37. package/dist/configs/{perfectionist.js → perfectionist.mjs} +1 -1
  38. package/dist/configs/{pnpm.d.ts → pnpm.d.mts} +1 -1
  39. package/dist/configs/{pnpm.js → pnpm.mjs} +1 -1
  40. package/dist/configs/{regexp.d.ts → regexp.d.mts} +1 -1
  41. package/dist/configs/{sort.d.ts → sort.d.mts} +1 -1
  42. package/dist/configs/{stylistic.d.ts → stylistic.d.mts} +1 -1
  43. package/dist/configs/{stylistic.js → stylistic.mjs} +2 -2
  44. package/dist/configs/{test.d.ts → test.d.mts} +1 -1
  45. package/dist/configs/{test.js → test.mjs} +2 -2
  46. package/dist/configs/{toml.d.ts → toml.d.mts} +1 -1
  47. package/dist/configs/{toml.js → toml.mjs} +2 -2
  48. package/dist/configs/{typescript.d.ts → typescript.d.mts} +1 -1
  49. package/dist/configs/{typescript.js → typescript.mjs} +3 -3
  50. package/dist/configs/{unicorn.d.ts → unicorn.d.mts} +1 -1
  51. package/dist/configs/{unicorn.js → unicorn.mjs} +2 -2
  52. package/dist/configs/{vue.d.ts → vue.d.mts} +1 -1
  53. package/dist/configs/{vue.js → vue.mjs} +2 -2
  54. package/dist/configs/{yaml.d.ts → yaml.d.mts} +1 -1
  55. package/dist/configs/{yaml.js → yaml.mjs} +2 -2
  56. package/dist/{factory.d.ts → factory.d.mts} +2 -2
  57. package/dist/{factory.js → factory.mjs} +29 -29
  58. package/dist/{globs.js → globs.mjs} +2 -1
  59. package/dist/{index.d.ts → index.d.mts} +5 -5
  60. package/dist/{index.js → index.mjs} +3 -3
  61. package/dist/package.mjs +5 -0
  62. package/dist/{typegen.d.ts → typegen.d.mts} +265 -144
  63. package/dist/{types.d.ts → types.d.mts} +11 -2
  64. package/dist/{utils.d.ts → utils.d.mts} +1 -1
  65. package/package.json +24 -24
  66. package/dist/configs/ignores.d.ts +0 -6
  67. package/dist/configs/ignores.js +0 -12
  68. package/dist/configs/index.d.ts +0 -26
  69. package/dist/configs/index.js +0 -27
  70. package/dist/package.js +0 -5
  71. /package/dist/cli/{constants.js → constants.mjs} +0 -0
  72. /package/dist/cli/{index.d.ts → index.d.mts} +0 -0
  73. /package/dist/cli/{utils.js → utils.mjs} +0 -0
  74. /package/dist/configs/{command.js → command.mjs} +0 -0
  75. /package/dist/configs/{regexp.js → regexp.mjs} +0 -0
  76. /package/dist/configs/{sort.js → sort.mjs} +0 -0
  77. /package/dist/{globs.d.ts → globs.d.mts} +0 -0
  78. /package/dist/{plugins.js → plugins.mjs} +0 -0
  79. /package/dist/{utils.js → utils.mjs} +0 -0
  80. /package/dist/vendored/{prettier_types.d.ts → prettier_types.d.mts} +0 -0
@@ -82,7 +82,8 @@ const GLOB_EXCLUDE = [
82
82
  "**/LICENSE*",
83
83
  "**/__snapshots__",
84
84
  "**/auto-import?(s).d.ts",
85
- "**/components.d.ts"
85
+ "**/components.d.ts",
86
+ "**/tests/_files"
86
87
  ];
87
88
 
88
89
  //#endregion
@@ -1,6 +1,6 @@
1
- import { ConfigNames } from "./typegen.js";
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.js";
3
- import { ResolvedOptions, defaultPluginRenaming, eienjs, getOverrides, resolveSubOptions } from "./factory.js";
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.js";
5
- import { combine, ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, toArray } from "./utils.js";
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.js";
2
- import { combine, ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, toArray } from "./utils.js";
3
- import { defaultPluginRenaming, eienjs, getOverrides, resolveSubOptions } from "./factory.js";
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;
@@ -0,0 +1,5 @@
1
+ //#region package.json
2
+ var version = "1.5.1";
3
+
4
+ //#endregion
5
+ export { version };