@bizkim/eslint 1.0.0

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 (179) hide show
  1. package/README.md +98 -0
  2. package/lib/config/eslint/core/node/extends-rules-node.d.ts +4 -0
  3. package/lib/config/eslint/core/node/extends-rules-node.d.ts.map +1 -0
  4. package/lib/config/eslint/core/node/index.d.ts +4 -0
  5. package/lib/config/eslint/core/node/index.d.ts.map +1 -0
  6. package/lib/config/eslint/core/node/language-options-node.d.ts +4 -0
  7. package/lib/config/eslint/core/node/language-options-node.d.ts.map +1 -0
  8. package/lib/config/eslint/core/node/plugins-node.d.ts +4 -0
  9. package/lib/config/eslint/core/node/plugins-node.d.ts.map +1 -0
  10. package/lib/config/eslint/core/vue/extends-rules-vue.d.ts +4 -0
  11. package/lib/config/eslint/core/vue/extends-rules-vue.d.ts.map +1 -0
  12. package/lib/config/eslint/core/vue/index.d.ts +4 -0
  13. package/lib/config/eslint/core/vue/index.d.ts.map +1 -0
  14. package/lib/config/eslint/core/vue/language-options-vue.d.ts +4 -0
  15. package/lib/config/eslint/core/vue/language-options-vue.d.ts.map +1 -0
  16. package/lib/config/eslint/core/vue/plugins-vue.d.ts +4 -0
  17. package/lib/config/eslint/core/vue/plugins-vue.d.ts.map +1 -0
  18. package/lib/config/eslint/custom-rules/class-inheritance-layout.d.ts +4 -0
  19. package/lib/config/eslint/custom-rules/class-inheritance-layout.d.ts.map +1 -0
  20. package/lib/config/eslint/custom-rules/composable-function-naming-convention.d.ts +4 -0
  21. package/lib/config/eslint/custom-rules/composable-function-naming-convention.d.ts.map +1 -0
  22. package/lib/config/eslint/custom-rules/decorated-property-indent.d.ts +4 -0
  23. package/lib/config/eslint/custom-rules/decorated-property-indent.d.ts.map +1 -0
  24. package/lib/config/eslint/custom-rules/emits-params-line-break.d.ts +4 -0
  25. package/lib/config/eslint/custom-rules/emits-params-line-break.d.ts.map +1 -0
  26. package/lib/config/eslint/custom-rules/emits-params-line-breaks.d.ts +4 -0
  27. package/lib/config/eslint/custom-rules/emits-params-line-breaks.d.ts.map +1 -0
  28. package/lib/config/eslint/custom-rules/file-naming-convention.d.ts +5 -0
  29. package/lib/config/eslint/custom-rules/file-naming-convention.d.ts.map +1 -0
  30. package/lib/config/eslint/custom-rules/max-params-with-constructor.d.ts +3 -0
  31. package/lib/config/eslint/custom-rules/max-params-with-constructor.d.ts.map +1 -0
  32. package/lib/config/eslint/custom-rules/namespace-class-padding.d.ts +4 -0
  33. package/lib/config/eslint/custom-rules/namespace-class-padding.d.ts.map +1 -0
  34. package/lib/config/eslint/custom-rules/no-comments-between-imports.d.ts +4 -0
  35. package/lib/config/eslint/custom-rules/no-comments-between-imports.d.ts.map +1 -0
  36. package/lib/config/eslint/custom-rules/no-empty-file.d.ts +4 -0
  37. package/lib/config/eslint/custom-rules/no-empty-file.d.ts.map +1 -0
  38. package/lib/config/eslint/custom-rules/no-empty-first-line.d.ts +4 -0
  39. package/lib/config/eslint/custom-rules/no-empty-first-line.d.ts.map +1 -0
  40. package/lib/config/eslint/custom-rules/no-i18n-global-in-use-files.d.ts +4 -0
  41. package/lib/config/eslint/custom-rules/no-i18n-global-in-use-files.d.ts.map +1 -0
  42. package/lib/config/eslint/custom-rules/no-padding-between-variables.d.ts +4 -0
  43. package/lib/config/eslint/custom-rules/no-padding-between-variables.d.ts.map +1 -0
  44. package/lib/config/eslint/custom-rules/no-raw-colors.d.ts +4 -0
  45. package/lib/config/eslint/custom-rules/no-raw-colors.d.ts.map +1 -0
  46. package/lib/config/eslint/custom-rules/no-unknown-type-assertion.d.ts +4 -0
  47. package/lib/config/eslint/custom-rules/no-unknown-type-assertion.d.ts.map +1 -0
  48. package/lib/config/eslint/custom-rules/no-vue-import-outside-allowed-paths.d.ts +4 -0
  49. package/lib/config/eslint/custom-rules/no-vue-import-outside-allowed-paths.d.ts.map +1 -0
  50. package/lib/config/eslint/custom-rules/require-correct-name-for-emits-and-props.d.ts +5 -0
  51. package/lib/config/eslint/custom-rules/require-correct-name-for-emits-and-props.d.ts.map +1 -0
  52. package/lib/config/eslint/custom-rules/require-emits-keyword.d.ts +4 -0
  53. package/lib/config/eslint/custom-rules/require-emits-keyword.d.ts.map +1 -0
  54. package/lib/config/eslint/custom-rules/require-proper-imports-for-components.d.ts +4 -0
  55. package/lib/config/eslint/custom-rules/require-proper-imports-for-components.d.ts.map +1 -0
  56. package/lib/config/eslint/custom-rules/return-type-same-line.d.ts +4 -0
  57. package/lib/config/eslint/custom-rules/return-type-same-line.d.ts.map +1 -0
  58. package/lib/config/eslint/custom-rules/vue-block-spacing.d.ts +4 -0
  59. package/lib/config/eslint/custom-rules/vue-block-spacing.d.ts.map +1 -0
  60. package/lib/config/eslint/ignore/index.d.ts +4 -0
  61. package/lib/config/eslint/ignore/index.d.ts.map +1 -0
  62. package/lib/config/eslint/overrides/node/controller-files.d.ts +4 -0
  63. package/lib/config/eslint/overrides/node/controller-files.d.ts.map +1 -0
  64. package/lib/config/eslint/overrides/node/dto-files.d.ts +4 -0
  65. package/lib/config/eslint/overrides/node/dto-files.d.ts.map +1 -0
  66. package/lib/config/eslint/overrides/node/entity-files.d.ts +4 -0
  67. package/lib/config/eslint/overrides/node/entity-files.d.ts.map +1 -0
  68. package/lib/config/eslint/overrides/node/index.d.ts +3 -0
  69. package/lib/config/eslint/overrides/node/index.d.ts.map +1 -0
  70. package/lib/config/eslint/overrides/node/types-files.d.ts +4 -0
  71. package/lib/config/eslint/overrides/node/types-files.d.ts.map +1 -0
  72. package/lib/config/eslint/rules/best-practices-rules.d.ts +4 -0
  73. package/lib/config/eslint/rules/best-practices-rules.d.ts.map +1 -0
  74. package/lib/config/eslint/rules/eslint-import-rules.d.ts +4 -0
  75. package/lib/config/eslint/rules/eslint-import-rules.d.ts.map +1 -0
  76. package/lib/config/eslint/rules/formatting-rules.d.ts +4 -0
  77. package/lib/config/eslint/rules/formatting-rules.d.ts.map +1 -0
  78. package/lib/config/eslint/rules/node/complexity-rules-node.d.ts +4 -0
  79. package/lib/config/eslint/rules/node/complexity-rules-node.d.ts.map +1 -0
  80. package/lib/config/eslint/rules/node/custom-rules-node.d.ts +4 -0
  81. package/lib/config/eslint/rules/node/custom-rules-node.d.ts.map +1 -0
  82. package/lib/config/eslint/rules/node/import-rules-node.d.ts +4 -0
  83. package/lib/config/eslint/rules/node/import-rules-node.d.ts.map +1 -0
  84. package/lib/config/eslint/rules/node/simple-import-sort-rules-node.d.ts +4 -0
  85. package/lib/config/eslint/rules/node/simple-import-sort-rules-node.d.ts.map +1 -0
  86. package/lib/config/eslint/rules/putout-rules.d.ts +4 -0
  87. package/lib/config/eslint/rules/putout-rules.d.ts.map +1 -0
  88. package/lib/config/eslint/rules/stylistic-rules.d.ts +4 -0
  89. package/lib/config/eslint/rules/stylistic-rules.d.ts.map +1 -0
  90. package/lib/config/eslint/rules/typescript-eslint-rules.d.ts +4 -0
  91. package/lib/config/eslint/rules/typescript-eslint-rules.d.ts.map +1 -0
  92. package/lib/config/eslint/rules/unused-imports-rules.d.ts +4 -0
  93. package/lib/config/eslint/rules/unused-imports-rules.d.ts.map +1 -0
  94. package/lib/config/eslint/rules/vue/complexity-rules-vue.d.ts +4 -0
  95. package/lib/config/eslint/rules/vue/complexity-rules-vue.d.ts.map +1 -0
  96. package/lib/config/eslint/rules/vue/custom-rules-vue.d.ts +4 -0
  97. package/lib/config/eslint/rules/vue/custom-rules-vue.d.ts.map +1 -0
  98. package/lib/config/eslint/rules/vue/fsd-import-rules.d.ts +4 -0
  99. package/lib/config/eslint/rules/vue/fsd-import-rules.d.ts.map +1 -0
  100. package/lib/config/eslint/rules/vue/import-rules-vue.d.ts +4 -0
  101. package/lib/config/eslint/rules/vue/import-rules-vue.d.ts.map +1 -0
  102. package/lib/config/eslint/rules/vue/simple-import-sort-rules-vue.d.ts +4 -0
  103. package/lib/config/eslint/rules/vue/simple-import-sort-rules-vue.d.ts.map +1 -0
  104. package/lib/config/eslint/rules/vue/vue-rules.d.ts +4 -0
  105. package/lib/config/eslint/rules/vue/vue-rules.d.ts.map +1 -0
  106. package/lib/config/eslint/shared/constants/class-inheritance-layout.d.ts +10 -0
  107. package/lib/config/eslint/shared/constants/class-inheritance-layout.d.ts.map +1 -0
  108. package/lib/config/eslint/shared/constants/decorated-property-indent.d.ts +2 -0
  109. package/lib/config/eslint/shared/constants/decorated-property-indent.d.ts.map +1 -0
  110. package/lib/config/eslint/shared/constants/emits-params-line-break.d.ts +8 -0
  111. package/lib/config/eslint/shared/constants/emits-params-line-break.d.ts.map +1 -0
  112. package/lib/config/eslint/shared/constants/emits-params-line-breaks.d.ts +13 -0
  113. package/lib/config/eslint/shared/constants/emits-params-line-breaks.d.ts.map +1 -0
  114. package/lib/config/eslint/shared/constants/index.d.ts +3 -0
  115. package/lib/config/eslint/shared/constants/index.d.ts.map +1 -0
  116. package/lib/config/eslint/shared/constants/max-params-with-constructor.d.ts +14 -0
  117. package/lib/config/eslint/shared/constants/max-params-with-constructor.d.ts.map +1 -0
  118. package/lib/config/eslint/shared/constants/namespace-class-padding.d.ts +18 -0
  119. package/lib/config/eslint/shared/constants/namespace-class-padding.d.ts.map +1 -0
  120. package/lib/config/eslint/shared/constants/no-comments-between-imports.d.ts +2 -0
  121. package/lib/config/eslint/shared/constants/no-comments-between-imports.d.ts.map +1 -0
  122. package/lib/config/eslint/shared/constants/no-empty-file.d.ts +2 -0
  123. package/lib/config/eslint/shared/constants/no-empty-file.d.ts.map +1 -0
  124. package/lib/config/eslint/shared/constants/no-empty-first-line.d.ts +2 -0
  125. package/lib/config/eslint/shared/constants/no-empty-first-line.d.ts.map +1 -0
  126. package/lib/config/eslint/shared/constants/no-i18n-global-in-use-files.d.ts +10 -0
  127. package/lib/config/eslint/shared/constants/no-i18n-global-in-use-files.d.ts.map +1 -0
  128. package/lib/config/eslint/shared/constants/no-padding-between-variables.d.ts +6 -0
  129. package/lib/config/eslint/shared/constants/no-padding-between-variables.d.ts.map +1 -0
  130. package/lib/config/eslint/shared/constants/no-raw-colors.d.ts +12 -0
  131. package/lib/config/eslint/shared/constants/no-raw-colors.d.ts.map +1 -0
  132. package/lib/config/eslint/shared/constants/no-unknown-type-assertion.d.ts +2 -0
  133. package/lib/config/eslint/shared/constants/no-unknown-type-assertion.d.ts.map +1 -0
  134. package/lib/config/eslint/shared/constants/no-vue-import-outside-allowed-paths.d.ts +5 -0
  135. package/lib/config/eslint/shared/constants/no-vue-import-outside-allowed-paths.d.ts.map +1 -0
  136. package/lib/config/eslint/shared/constants/require-emits-keyword.d.ts +2 -0
  137. package/lib/config/eslint/shared/constants/require-emits-keyword.d.ts.map +1 -0
  138. package/lib/config/eslint/shared/constants/require-proper-imports-for-components.d.ts +6 -0
  139. package/lib/config/eslint/shared/constants/require-proper-imports-for-components.d.ts.map +1 -0
  140. package/lib/config/eslint/shared/constants/require-props-prefix.d.ts +2 -0
  141. package/lib/config/eslint/shared/constants/require-props-prefix.d.ts.map +1 -0
  142. package/lib/config/eslint/shared/constants/return-type-same-line.d.ts +8 -0
  143. package/lib/config/eslint/shared/constants/return-type-same-line.d.ts.map +1 -0
  144. package/lib/config/eslint/shared/constants/vue-block-spacing.d.ts +11 -0
  145. package/lib/config/eslint/shared/constants/vue-block-spacing.d.ts.map +1 -0
  146. package/lib/config/eslint/shared/utils/functions/string-case.d.ts +7 -0
  147. package/lib/config/eslint/shared/utils/functions/string-case.d.ts.map +1 -0
  148. package/lib/config/eslint/shared/utils/namespace-class-padding/index.d.ts +3 -0
  149. package/lib/config/eslint/shared/utils/namespace-class-padding/index.d.ts.map +1 -0
  150. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/helpers.d.ts +15 -0
  151. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/helpers.d.ts.map +1 -0
  152. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/index.d.ts +10 -0
  153. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/index.d.ts.map +1 -0
  154. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/node-checkers-service.d.ts +6 -0
  155. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/node-checkers-service.d.ts.map +1 -0
  156. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/statement-checkers-service.d.ts +13 -0
  157. package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/statement-checkers-service.d.ts.map +1 -0
  158. package/lib/config/eslint/types/emits-params-line-breaks.types.d.ts +9 -0
  159. package/lib/config/eslint/types/emits-params-line-breaks.types.d.ts.map +1 -0
  160. package/lib/config/eslint/types/max-params-with-constructor.types.d.ts +3 -0
  161. package/lib/config/eslint/types/max-params-with-constructor.types.d.ts.map +1 -0
  162. package/lib/config/eslint/types/namespace-class-padding.types.d.ts +17 -0
  163. package/lib/config/eslint/types/namespace-class-padding.types.d.ts.map +1 -0
  164. package/lib/config/eslint/types/no-i18n-global-in-use-files.types.d.ts +3 -0
  165. package/lib/config/eslint/types/no-i18n-global-in-use-files.types.d.ts.map +1 -0
  166. package/lib/config/eslint/types/require-correct-name-for-emits-and-props.types.d.ts +5 -0
  167. package/lib/config/eslint/types/require-correct-name-for-emits-and-props.types.d.ts.map +1 -0
  168. package/lib/config/eslint/types/require-proper-imports-for-components.types.d.ts +18 -0
  169. package/lib/config/eslint/types/require-proper-imports-for-components.types.d.ts.map +1 -0
  170. package/lib/index.d.ts +2 -0
  171. package/lib/index.d.ts.map +1 -0
  172. package/lib/index.js +2861 -0
  173. package/lib/index.js.map +7 -0
  174. package/lib/node.d.ts +3 -0
  175. package/lib/node.d.ts.map +1 -0
  176. package/lib/vue.d.ts +3 -0
  177. package/lib/vue.d.ts.map +1 -0
  178. package/package.json +67 -0
  179. package/scripts/postinstall.js +158 -0
package/README.md ADDED
@@ -0,0 +1,98 @@
1
+ <p align="center">
2
+ <img width="144px" src="https://bizkim.uz/files/bizkim_b.svg" />
3
+ </p>
4
+
5
+ # @bizkim/eslint
6
+
7
+ > Единообразный корпоративный ESLint-конфиг для проектов bizkim.
8
+ > Включает все правила команды, плагины, кастомные правила и автоматическую интеграцию с VSCode/Cursor/WebStorm.
9
+
10
+ ---
11
+
12
+ ## Возможности
13
+
14
+ - Flat Config (ESLint 9)
15
+ - Полностью переносимый конфиг без дублирования в проектах
16
+ - Свой набор правил: Vue, TS, импортов, стиля, best practices
17
+ - Автоматическая генерация настроек для:
18
+ - VSCode / Cursor
19
+ - JetBrains WebStorm
20
+ - Кастомные правила команды (например, проверки компонентов, composable-функций и т.д.)
21
+ - Идеально подходит для Vue 3 + TypeScript
22
+
23
+ ---
24
+
25
+ ## Использование
26
+
27
+ Создай файл **eslint.config.ts** в корне проекта с нужным конфигом.
28
+
29
+ **Vue**
30
+
31
+ ```ts
32
+ import { defineEslintVue } from '@bizkim/eslint';
33
+
34
+ export default defineEslintVue({
35
+ ignores: [
36
+ 'src/generated/**',
37
+ 'dist/**'
38
+ ]
39
+ });
40
+ ```
41
+
42
+ Вот и всё — ESLint полностью настроен.
43
+
44
+ ---
45
+
46
+ ## Опции
47
+
48
+ ### `ignores: string[]`
49
+
50
+ Добавляет дополнительные пути в `ignores`.
51
+
52
+ Полный список базовых игноров уже включён:
53
+ `coverage`, `dist`, `node_modules`, `.timestamp-*`, `vite.config.ts`, т.д.
54
+
55
+ ### `overrides: Linter.Config`
56
+
57
+ Добавляет исключения в `overrides`.
58
+
59
+ ---
60
+
61
+ ## Автоматическая настройка IDE
62
+
63
+ При установке пакет:
64
+
65
+ ### ✔ создаёт/обновляет `.vscode/settings.json`
66
+ Включает:
67
+
68
+ ```json
69
+ {
70
+ "editor.tabSize": 2,
71
+ "editor.rulers": [85],
72
+ "editor.codeActionsOnSave": { "source.fixAll": "explicit" },
73
+ "eslint.nodePath": "node_modules/@bizkim/eslint/node_modules"
74
+ }
75
+ ```
76
+
77
+ ### ✔ создаёт `.idea/javascriptLinters/eslint.xml` (WebStorm)
78
+
79
+ ---
80
+
81
+ ## Структура конфига
82
+
83
+ - `config/eslint/core` — базовые настройки и плагины
84
+ - `config/eslint/rules` — правила ESLint
85
+ - `config/eslint/custom-rules` — наши кастомные правила
86
+ - `defineEslintVue()` — основной entry point
87
+ - `postinstall.js` — автоконфигурация IDE
88
+
89
+ ---
90
+
91
+ ## FAQ
92
+
93
+ ### Почему VSCode не показывает ошибки?
94
+ Должна быть актуальная версия **ESLint extension** (3.0+). После установки — полностью перезапусти VSCode
95
+
96
+ ### NodePath выглядит странно — это нормально?
97
+ Да.
98
+ Пакет использует свою вложенную версию ESLint, чтобы проекты не тянули плагины самостоятельно.
@@ -0,0 +1,4 @@
1
+ import { InfiniteDepthConfigWithExtends } from 'typescript-eslint';
2
+ declare const extendsRulesNode: InfiniteDepthConfigWithExtends[];
3
+ export default extendsRulesNode;
4
+ //# sourceMappingURL=extends-rules-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extends-rules-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/node/extends-rules-node.ts"],"names":[],"mappings":"AACA,OAAyB,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAErF,QAAA,MAAM,gBAAgB,EAAE,8BAA8B,EAGrD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { InfiniteDepthConfigWithExtends } from 'typescript-eslint';
2
+ declare const nodeConfig: InfiniteDepthConfigWithExtends;
3
+ export default nodeConfig;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/node/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAgBnE,QAAA,MAAM,UAAU,EAAE,8BAkBjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const languageOptionsNode: FlatConfig.LanguageOptions;
3
+ export default languageOptionsNode;
4
+ //# sourceMappingURL=language-options-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-options-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/node/language-options-node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAIrE,QAAA,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAQrC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const pluginsNode: FlatConfig.Plugins;
3
+ export default pluginsNode;
4
+ //# sourceMappingURL=plugins-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugins-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/node/plugins-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAmBhE,QAAA,MAAM,WAAW,EAAE,UAAU,CAAC,OAsB7B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { InfiniteDepthConfigWithExtends } from 'typescript-eslint';
2
+ declare const extendsRulesVue: InfiniteDepthConfigWithExtends[];
3
+ export default extendsRulesVue;
4
+ //# sourceMappingURL=extends-rules-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extends-rules-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/vue/extends-rules-vue.ts"],"names":[],"mappings":"AAEA,OAAyB,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAErF,QAAA,MAAM,eAAe,EAAE,8BAA8B,EAIpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { InfiniteDepthConfigWithExtends } from 'typescript-eslint';
2
+ declare const vueConfig: InfiniteDepthConfigWithExtends;
3
+ export default vueConfig;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/vue/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAkBnE,QAAA,MAAM,SAAS,EAAE,8BAoBhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const languageOptionsVue: FlatConfig.LanguageOptions;
3
+ export default languageOptionsVue;
4
+ //# sourceMappingURL=language-options-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-options-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/vue/language-options-vue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAIrE,QAAA,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAYpC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const pluginsVue: FlatConfig.Plugins;
3
+ export default pluginsVue;
4
+ //# sourceMappingURL=plugins-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugins-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/core/vue/plugins-vue.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AA0BhE,QAAA,MAAM,UAAU,EAAE,UAAU,CAAC,OA6B5B,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"keyword-new-line" | "target-detached", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=class-inheritance-layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"class-inheritance-layout.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/class-inheritance-layout.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAEZ,MAAM,0BAA0B,CAAC;AAQlC,QAAA,MAAM,IAAI,uGA8FR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"mismatch", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=composable-function-naming-convention.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"composable-function-naming-convention.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/composable-function-naming-convention.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACZ,MAAM,0BAA0B,CAAC;AAGlC,QAAA,MAAM,IAAI,2EAgDR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"decorated-property-indent", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=decorated-property-indent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decorated-property-indent.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/decorated-property-indent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAY,MAAM,0BAA0B,CAAC;AAGjE,QAAA,MAAM,IAAI,4FA8HR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<any, [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=emits-params-line-break.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emits-params-line-break.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/emits-params-line-break.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAiB,MAAM,0BAA0B,CAAC;AAQtE,QAAA,MAAM,IAAI,oEA8FR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"multiline-params-required" | "multiline-closing-paren-required", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=emits-params-line-breaks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emits-params-line-breaks.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/emits-params-line-breaks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAgC,MAAM,0BAA0B,CAAC;AAYrF,QAAA,MAAM,IAAI,iIA4KR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ import { FileNamingConvention } from '../types/file-naming-convention';
3
+ declare const rule: ESLintUtils.RuleModule<FileNamingConvention, [], unknown, ESLintUtils.RuleListener>;
4
+ export default rule;
5
+ //# sourceMappingURL=file-naming-convention.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-naming-convention.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/file-naming-convention.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAGZ,MAAM,0BAA0B,CAAC;AAOlC,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AA2CvE,QAAA,MAAM,IAAI,qFAoGR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ export declare const maxParamsWithConstructorRule: ESLintUtils.RuleModule<"too-many-constructor-params" | "too-many-method-params", [], unknown, ESLintUtils.RuleListener>;
3
+ //# sourceMappingURL=max-params-with-constructor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"max-params-with-constructor.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/max-params-with-constructor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAIvD,eAAO,MAAM,4BAA4B,yHAuDvC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"empty-namespace" | "unexpected-opening-padding" | "unexpected-closing-padding" | "required-opening-padding" | "required-closing-padding" | "invalid-types-namespace-name", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=namespace-class-padding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace-class-padding.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/namespace-class-padding.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EACZ,MAAM,0BAA0B,CAAC;AAUlC,QAAA,MAAM,IAAI,2OA8IR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"no-comments-between-imports", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-comments-between-imports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-comments-between-imports.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-comments-between-imports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAUvD,QAAA,MAAM,IAAI,8FAgER,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"no-empty-file", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-empty-file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-empty-file.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-empty-file.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAMvD,QAAA,MAAM,IAAI,gFA4CR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"no-empty-first-line", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-empty-first-line.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-empty-first-line.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-empty-first-line.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,QAAA,MAAM,IAAI,sFAoCR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"i18n-global-in-use-file", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-i18n-global-in-use-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-i18n-global-in-use-files.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-i18n-global-in-use-files.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAgC,MAAM,0BAA0B,CAAC;AAWrF,QAAA,MAAM,IAAI,0FAwFR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"noPaddingBetweenVariables", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-padding-between-variables.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-padding-between-variables.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-padding-between-variables.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EAEZ,MAAM,0BAA0B,CAAC;AAWlC,QAAA,MAAM,IAAI,4FAwGR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"raw-color", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-raw-colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-raw-colors.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-raw-colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAYvD,QAAA,MAAM,IAAI,4EAsER,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"no-unknown-type-assertion", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-unknown-type-assertion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-unknown-type-assertion.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-unknown-type-assertion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAMvD,QAAA,MAAM,IAAI,4FA8BR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"noVueImportOutsideAllowedPaths", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=no-vue-import-outside-allowed-paths.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-vue-import-outside-allowed-paths.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/no-vue-import-outside-allowed-paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAWvD,QAAA,MAAM,IAAI,iGA6CR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ import { MessageIds } from '../types/require-correct-name-for-emits-and-props.types';
3
+ declare const rule: ESLintUtils.RuleModule<MessageIds, [], unknown, ESLintUtils.RuleListener>;
4
+ export default rule;
5
+ //# sourceMappingURL=require-correct-name-for-emits-and-props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-correct-name-for-emits-and-props.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/require-correct-name-for-emits-and-props.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAEZ,MAAM,0BAA0B,CAAC;AAGlC,OAAO,EAAE,UAAU,EAAE,MAAM,yDAAyD,CAAC;AAGrF,QAAA,MAAM,IAAI,2EA4FR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<string, [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=require-emits-keyword.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-emits-keyword.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/require-emits-keyword.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAGZ,MAAM,0BAA0B,CAAC;AAGlC,QAAA,MAAM,IAAI,uEAyDR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"undefinedComponent" | "externalShouldBeKebab" | "internalShouldBePascal" | "renderFunctionInTemplate", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=require-proper-imports-for-components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-proper-imports-for-components.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/require-proper-imports-for-components.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EAEZ,MAAM,0BAA0B,CAAC;AA+JlC,QAAA,MAAM,IAAI,uKA8FR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"same-line", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=return-type-same-line.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"return-type-same-line.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/return-type-same-line.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAEZ,MAAM,0BAA0B,CAAC;AAQlC,QAAA,MAAM,IAAI,4EAyDR,CAAA;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ESLintUtils } from '@typescript-eslint/utils';
2
+ declare const rule: ESLintUtils.RuleModule<"missing-padding-after-script" | "missing-padding-after-template", [], unknown, ESLintUtils.RuleListener>;
3
+ export default rule;
4
+ //# sourceMappingURL=vue-block-spacing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-block-spacing.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/custom-rules/vue-block-spacing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAiB,MAAM,0BAA0B,CAAC;AAUtE,QAAA,MAAM,IAAI,kIAkJR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { Linter } from 'eslint';
2
+ declare const ignoresConfig: Linter.Config;
3
+ export default ignoresConfig;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/ignore/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,QAAA,MAAM,aAAa,EAAE,MAAM,CAAC,MAS3B,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const controllerFilesOverride: FlatConfig.Config;
3
+ export default controllerFilesOverride;
4
+ //# sourceMappingURL=controller-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller-files.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/overrides/node/controller-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,uBAAuB,EAAE,UAAU,CAAC,MAMzC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const dtoFilesOverride: FlatConfig.Config;
3
+ export default dtoFilesOverride;
4
+ //# sourceMappingURL=dto-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dto-files.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/overrides/node/dto-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,gBAAgB,EAAE,UAAU,CAAC,MAMlC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const entityFilesOverride: FlatConfig.Config;
3
+ export default entityFilesOverride;
4
+ //# sourceMappingURL=entity-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-files.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/overrides/node/entity-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,mBAAmB,EAAE,UAAU,CAAC,MAMrC,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("typescript-eslint").FlatConfig.Config[];
2
+ export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/overrides/node/index.ts"],"names":[],"mappings":";AAKA,wBAKE"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const typesFilesOverride: FlatConfig.Config;
3
+ export default typesFilesOverride;
4
+ //# sourceMappingURL=types-files.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-files.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/overrides/node/types-files.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,kBAAkB,EAAE,UAAU,CAAC,MAMpC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const bestPracticesRules: FlatConfig.Rules;
3
+ export default bestPracticesRules;
4
+ //# sourceMappingURL=best-practices-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"best-practices-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/best-practices-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,kBAAkB,EAAE,UAAU,CAAC,KA0IpC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const eslintImportRules: FlatConfig.Rules;
3
+ export default eslintImportRules;
4
+ //# sourceMappingURL=eslint-import-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eslint-import-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/eslint-import-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,iBAAiB,EAAE,UAAU,CAAC,KAYnC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const formattingRules: FlatConfig.Rules;
3
+ export default formattingRules;
4
+ //# sourceMappingURL=formatting-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatting-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/formatting-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,eAAe,EAAE,UAAU,CAAC,KAejC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const complexityRules: FlatConfig.Rules;
3
+ export default complexityRules;
4
+ //# sourceMappingURL=complexity-rules-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"complexity-rules-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/node/complexity-rules-node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,eAAe,EAAE,UAAU,CAAC,KAgBjC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const customRulesNode: FlatConfig.Rules;
3
+ export default customRulesNode;
4
+ //# sourceMappingURL=custom-rules-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-rules-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/node/custom-rules-node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,eAAe,EAAE,UAAU,CAAC,KAUjC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const importRulesNode: FlatConfig.Rules;
3
+ export default importRulesNode;
4
+ //# sourceMappingURL=import-rules-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-rules-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/node/import-rules-node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,eAAe,EAAE,UAAU,CAAC,KAqCjC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const simpleImportSortRulesNode: FlatConfig.Rules;
3
+ export default simpleImportSortRulesNode;
4
+ //# sourceMappingURL=simple-import-sort-rules-node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"simple-import-sort-rules-node.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/node/simple-import-sort-rules-node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,yBAAyB,EAAE,UAAU,CAAC,KAe3C,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const putoutRules: FlatConfig.Rules;
3
+ export default putoutRules;
4
+ //# sourceMappingURL=putout-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"putout-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/putout-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,WAAW,EAAE,UAAU,CAAC,KAE7B,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const stylisticRules: FlatConfig.Rules;
3
+ export default stylisticRules;
4
+ //# sourceMappingURL=stylistic-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stylistic-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/stylistic-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,cAAc,EAAE,UAAU,CAAC,KAoKhC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const typescriptRules: FlatConfig.Rules;
3
+ export default typescriptRules;
4
+ //# sourceMappingURL=typescript-eslint-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typescript-eslint-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/typescript-eslint-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,eAAe,EAAE,UAAU,CAAC,KA2FjC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const unusedImportsRules: FlatConfig.Rules;
3
+ export default unusedImportsRules;
4
+ //# sourceMappingURL=unused-imports-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unused-imports-rules.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/rules/unused-imports-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,kBAAkB,EAAE,UAAU,CAAC,KAYpC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const complexityRules: FlatConfig.Rules;
3
+ export default complexityRules;
4
+ //# sourceMappingURL=complexity-rules-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"complexity-rules-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/vue/complexity-rules-vue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,eAAe,EAAE,UAAU,CAAC,KAgCjC,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const customRulesVue: FlatConfig.Rules;
3
+ export default customRulesVue;
4
+ //# sourceMappingURL=custom-rules-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-rules-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/vue/custom-rules-vue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,cAAc,EAAE,UAAU,CAAC,KAkBhC,CAAC;AAEF,eAAe,cAAc,CAAC"}