@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
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const fsdImportRules: FlatConfig.Rules;
3
+ export default fsdImportRules;
4
+ //# sourceMappingURL=fsd-import-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fsd-import-rules.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/vue/fsd-import-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,cAAc,EAAE,UAAU,CAAC,KAIhC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const importRulesVue: FlatConfig.Rules;
3
+ export default importRulesVue;
4
+ //# sourceMappingURL=import-rules-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-rules-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/vue/import-rules-vue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,cAAc,EAAE,UAAU,CAAC,KAShC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const simpleImportSortRulesVue: FlatConfig.Rules;
3
+ export default simpleImportSortRulesVue;
4
+ //# sourceMappingURL=simple-import-sort-rules-vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"simple-import-sort-rules-vue.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/vue/simple-import-sort-rules-vue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,QAAA,MAAM,wBAAwB,EAAE,UAAU,CAAC,KA0B1C,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
2
+ declare const vueRules: FlatConfig.Rules;
3
+ export default vueRules;
4
+ //# sourceMappingURL=vue-rules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-rules.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/rules/vue/vue-rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAMrE,QAAA,MAAM,QAAQ,EAAE,UAAU,CAAC,KAqL1B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const RULE_NAME = "class-inheritance-layout";
2
+ export declare const MESSAGE_IDS: {
3
+ readonly KEYWORD_NEW_LINE: "keyword-new-line";
4
+ readonly TARGET_DETACHED: "target-detached";
5
+ };
6
+ export declare const MESSAGES: {
7
+ readonly "keyword-new-line": "`extends` / `implements` must not start on a new line.";
8
+ readonly "target-detached": "Inheritance target must be on the same line or the next line after the keyword.";
9
+ };
10
+ //# sourceMappingURL=class-inheritance-layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"class-inheritance-layout.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/class-inheritance-layout.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,6BAA6B,CAAC;AAEpD,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,QAAQ;;;CAKX,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "decorated-property-indent";
2
+ //# sourceMappingURL=decorated-property-indent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decorated-property-indent.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/decorated-property-indent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,8BAA8B,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const RULE_NAME = "emits-params-line-breaks";
2
+ export declare const MESSAGE_IDS: {
3
+ readonly MULTILINE_PARAMS_REQUIRED: "multiline-params-required";
4
+ };
5
+ export declare const MESSAGES: {
6
+ readonly "multiline-params-required": "Если параметры Emits перенесены на новую строку, каждый параметр должен начинаться с новой строки.";
7
+ };
8
+ //# 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/shared/constants/emits-params-line-break.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,6BAA6B,CAAC;AAEpD,eAAO,MAAM,WAAW;;CAEd,CAAC;AAEX,eAAO,MAAM,QAAQ;;CAGX,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const RULE_NAME = "emits-params-line-breaks";
2
+ export declare const LEADING_WHITESPACE_RE: RegExp;
3
+ export declare const ONLY_WHITESPACE_RE: RegExp;
4
+ export declare const MIN_PARAMS_TO_ENFORCE_LINE_BREAKS = 2;
5
+ export declare const MESSAGE_IDS: {
6
+ readonly MULTILINE_PARAMS_REQUIRED: "multiline-params-required";
7
+ readonly MULTILINE_CLOSING_PAREN_REQUIRED: "multiline-closing-paren-required";
8
+ };
9
+ export declare const MESSAGES: {
10
+ readonly "multiline-params-required": "Emits call signature params must be consistently formatted: if you use multiline params, each param must start on its own line.";
11
+ readonly "multiline-closing-paren-required": "Emits call signature params are multiline: the closing \")\" must be on its own line.";
12
+ };
13
+ //# 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/shared/constants/emits-params-line-breaks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,6BAA6B,CAAC;AACpD,eAAO,MAAM,qBAAqB,QAAS,CAAC;AAC5C,eAAO,MAAM,kBAAkB,QAAU,CAAC;AAC1C,eAAO,MAAM,iCAAiC,IAAI,CAAC;AAEnD,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,QAAQ;;;CAKX,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const MAX_LEN_IGNORE_PATTERN: string;
2
+ export declare const MAX_LEN_CODE = 85;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,QAInB,CAAC;AAEjB,eAAO,MAAM,YAAY,KAAK,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const RULE_NAME = "max-params-with-constructor";
2
+ export declare const LIMITS: {
3
+ readonly CONSTRUCTOR: 5;
4
+ readonly METHOD: 3;
5
+ };
6
+ export declare const MESSAGE_IDS: {
7
+ readonly CONSTRUCTOR: "too-many-constructor-params";
8
+ readonly METHOD: "too-many-method-params";
9
+ };
10
+ export declare const MESSAGES: {
11
+ readonly "too-many-constructor-params": "Constructor has too many parameters (max 5).";
12
+ readonly "too-many-method-params": "Function has too many parameters (max 3).";
13
+ };
14
+ //# 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/shared/constants/max-params-with-constructor.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,gCAAgC,CAAC;AAEvD,eAAO,MAAM,MAAM;;;CAGT,CAAC;AAEX,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,QAAQ;;;CAKX,CAAC"}
@@ -0,0 +1,18 @@
1
+ export declare const RULE_NAME = "namespace-padding";
2
+ export declare const MESSAGE_IDS: {
3
+ readonly EMPTY_NAMESPACE: "empty-namespace";
4
+ readonly UNEXPECTED_OPENING_PADDING: "unexpected-opening-padding";
5
+ readonly UNEXPECTED_CLOSING_PADDING: "unexpected-closing-padding";
6
+ readonly REQUIRED_OPENING_PADDING: "required-opening-padding";
7
+ readonly REQUIRED_CLOSING_PADDING: "required-closing-padding";
8
+ readonly INVALID_TYPES_NAMESPACE_NAME: "invalid-types-namespace-name";
9
+ };
10
+ export declare const MESSAGES: {
11
+ readonly "empty-namespace": "Namespace cannot be empty";
12
+ readonly "unexpected-opening-padding": "Namespace must not have blank lines after opening brace";
13
+ readonly "unexpected-closing-padding": "Namespace must not have blank lines before closing brace";
14
+ readonly "required-opening-padding": "Class must have blank lines after opening brace";
15
+ readonly "required-closing-padding": "Class must have blank lines before closing brace";
16
+ readonly "invalid-types-namespace-name": "Namespace in *.types.ts file must have \"Types\" suffix";
17
+ };
18
+ //# sourceMappingURL=namespace-class-padding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace-class-padding.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/namespace-class-padding.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,sBAAsB,CAAC;AAE7C,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAC;AAEX,eAAO,MAAM,QAAQ;;;;;;;CAOX,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "no-comments-between-imports";
2
+ //# 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/shared/constants/no-comments-between-imports.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,gCAAgC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "no-empty-file";
2
+ //# sourceMappingURL=no-empty-file.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-empty-file.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/no-empty-file.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,kBAAkB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "no-empty-first-line";
2
+ //# 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/shared/constants/no-empty-first-line.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,wBAAwB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const RULE_NAME = "no-i18n-global-in-use-files";
2
+ export declare const STDIN_FILENAME = "<input>";
3
+ export declare const USE_FILE_BASENAME_RE: RegExp;
4
+ export declare const MESSAGE_IDS: {
5
+ readonly I18N_GLOBAL_IN_USE_FILE: "i18n-global-in-use-file";
6
+ };
7
+ export declare const MESSAGES: {
8
+ readonly "i18n-global-in-use-file": "Do not access \"i18n.global\" in composables (files starting with \"use\"). Use \"const { t } = useI18n()\" instead.";
9
+ };
10
+ //# 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/shared/constants/no-i18n-global-in-use-files.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,gCAAgC,CAAC;AACvD,eAAO,MAAM,cAAc,YAAY,CAAC;AAExC,eAAO,MAAM,oBAAoB,QAAgC,CAAC;AAElE,eAAO,MAAM,WAAW;;CAEd,CAAC;AAEX,eAAO,MAAM,QAAQ;;CAGX,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const RULE_NAME = "noPaddingBetweenVariables";
2
+ export declare const UNEXPECTED_LINES_BETWEEN_VARS = "Unexpected line between variable declarations";
3
+ export declare const REQUIRED_PADDING_LINES = 2;
4
+ export declare const MIN_LINES_BETWEEN_STATEMENTS = 2;
5
+ export declare const MAX_ALLOWED_LINES_BETWEEN_SIMPLE_STATEMENTS = 1;
6
+ //# 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/shared/constants/no-padding-between-variables.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,8BAA8B,CAAC;AAErD,eAAO,MAAM,6BAA6B,kDACS,CAAC;AAEpD,eAAO,MAAM,sBAAsB,IAAI,CAAC;AAExC,eAAO,MAAM,4BAA4B,IAAI,CAAC;AAE9C,eAAO,MAAM,2CAA2C,IAAI,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare const RULE_NAME = "no-raw-colors";
2
+ export declare const HEX_COLOR_REGEX: RegExp;
3
+ export declare const FUNC_COLOR_REGEX: RegExp;
4
+ export declare const ALLOWED_FILE_EXTENSIONS: string[];
5
+ export declare const ALLOWED_COLOR_SHORTCUTS_FILE = "color-shortcuts.ts";
6
+ export declare const MESSAGE_IDS: {
7
+ readonly RAW_COLOR: "raw-color";
8
+ };
9
+ export declare const MESSAGES: {
10
+ readonly "raw-color": "Do not use raw color values (HEX/RGB/HSL) like \"{{value}}\". Use colorShortcutsKapital from \"@/shared/utils/constants/color-shortcuts\".";
11
+ };
12
+ //# sourceMappingURL=no-raw-colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-raw-colors.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/no-raw-colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,kBAAkB,CAAC;AACzC,eAAO,MAAM,eAAe,QAA2D,CAAC;AACxF,eAAO,MAAM,gBAAgB,QAAoC,CAAC;AAClE,eAAO,MAAM,uBAAuB,UAA2B,CAAC;AAChE,eAAO,MAAM,4BAA4B,uBAAuB,CAAC;AAEjE,eAAO,MAAM,WAAW;;CAEd,CAAC;AAEX,eAAO,MAAM,QAAQ;;CAGX,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "no-unknown-type-assertion";
2
+ //# 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/shared/constants/no-unknown-type-assertion.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,8BAA8B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { AllowedPatterns, FileExtensions } from '../../types/no-vue-import-outside-allowed-paths.types';
2
+ export declare const allowedPatterns: AllowedPatterns;
3
+ export declare const fileExtensions: FileExtensions;
4
+ export declare const RULE_NAME = "noVueImportOutsideAllowedPaths";
5
+ //# 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/shared/constants/no-vue-import-outside-allowed-paths.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EAAE,cAAc,EAChC,MAAM,uDAAuD,CAAC;AAE/D,eAAO,MAAM,eAAe,EAAE,eAG7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,cAE5B,CAAC;AAEF,eAAO,MAAM,SAAS,mCAAmC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "require-emits-keyword";
2
+ //# sourceMappingURL=require-emits-keyword.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-emits-keyword.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/require-emits-keyword.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,0BAA0B,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const RULE_NAME = "require-proper-imports-for-components";
2
+ export declare const externalLibraryPatterns: string[];
3
+ export declare const externalLibraryRegexes: RegExp[];
4
+ export declare const knownExternalPackages: string[];
5
+ export declare const reservedHtmlSvgTags: Set<string>;
6
+ //# 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/shared/constants/require-proper-imports-for-components.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,0CAA0C,CAAC;AAEjE,eAAO,MAAM,uBAAuB,UAInC,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAgE,CAAA;AAEnG,eAAO,MAAM,qBAAqB,UAEjC,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAY9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const RULE_NAME = "require-props-prefix";
2
+ //# sourceMappingURL=require-props-prefix.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-props-prefix.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/require-props-prefix.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,yBAAyB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const RULE_NAME = "return-type-same-line";
2
+ export declare const MESSAGE_IDS: {
3
+ readonly SAME_LINE: "same-line";
4
+ };
5
+ export declare const MESSAGES: {
6
+ readonly "same-line": "Closing parenthesis, return type and opening brace must be on the same line.";
7
+ };
8
+ //# 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/shared/constants/return-type-same-line.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,0BAA0B,CAAC;AAEjD,eAAO,MAAM,WAAW;;CAEd,CAAC;AAEX,eAAO,MAAM,QAAQ;;CAEX,CAAC"}
@@ -0,0 +1,11 @@
1
+ export declare const RULE_NAME = "vue-block-spacing";
2
+ export declare const VUE_FILE_EXTENSION = ".vue";
3
+ export declare const MESSAGE_IDS: {
4
+ readonly MISSING_PADDING_AFTER_SCRIPT: "missing-padding-after-script";
5
+ readonly MISSING_PADDING_AFTER_TEMPLATE: "missing-padding-after-template";
6
+ };
7
+ export declare const MESSAGES: {
8
+ readonly "missing-padding-after-script": "There must be exactly one blank line between the <script> and <template> blocks.";
9
+ readonly "missing-padding-after-template": "There must be exactly one blank line between the <template> and <style> blocks.";
10
+ };
11
+ //# sourceMappingURL=vue-block-spacing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vue-block-spacing.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/shared/constants/vue-block-spacing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,sBAAsB,CAAC;AAC7C,eAAO,MAAM,kBAAkB,SAAS,CAAC;AAEzC,eAAO,MAAM,WAAW;;;CAGd,CAAC;AAEX,eAAO,MAAM,QAAQ;;;CAKX,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare function isPascalCase(name: string): boolean;
2
+ export declare function isKebabCase(name: string): boolean;
3
+ export declare function toKebabCase(str: string): string;
4
+ export declare function toPascalCase(str: string): string;
5
+ export declare function isCamelCase(name: string): boolean;
6
+ export declare function toCamelCase(str: string): string;
7
+ //# sourceMappingURL=string-case.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"string-case.d.ts","sourceRoot":"","sources":["../../../../../../src/config/eslint/shared/utils/functions/string-case.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAElD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEjD;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAK/C;AAED,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAKhD;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEjD;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAS/C"}
@@ -0,0 +1,3 @@
1
+ import { CheckPaddingParams } from '../../../types/namespace-class-padding.types';
2
+ export default function checkAndReportPadding({ context, sourceCode, node, startToken, endToken, messageId, mode }: CheckPaddingParams): void;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/config/eslint/shared/utils/namespace-class-padding/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EACnB,MAAM,8CAA8C,CAAC;AAEtD,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAC5C,OAAO,EACP,UAAU,EACV,IAAI,EACJ,UAAU,EACV,QAAQ,EACR,SAAS,EACT,IAAI,EACL,EAAE,kBAAkB,GAAG,IAAI,CAiC3B"}
@@ -0,0 +1,15 @@
1
+ import { TSESLint, type TSESTree } from '@typescript-eslint/utils';
2
+ import { Locatable } from '../../../types';
3
+ export declare function isArrowFunction(node: TSESTree.VariableDeclaration): boolean;
4
+ export declare function isFunction(node: TSESTree.Node): boolean;
5
+ export declare function shouldHaveReturnPadding(returnNode: TSESTree.ReturnStatement): boolean;
6
+ export declare function createFixers(sourceCode: TSESLint.SourceCode): {
7
+ addNewline(node: TSESTree.Node): (fixer: TSESLint.RuleFixer) => TSESLint.RuleFix;
8
+ removeNewline(node: TSESTree.Node): (fixer: TSESLint.RuleFixer) => TSESLint.RuleFix;
9
+ addNewlineAfterComment(_node: TSESTree.Statement, lastComment: TSESTree.Comment): (fixer: TSESLint.RuleFixer) => TSESLint.RuleFix;
10
+ };
11
+ export declare function isStatementRequiringPadding(node: TSESTree.Statement): boolean;
12
+ export declare function getLinesBetween(startNode: Locatable, endNode: Locatable): number;
13
+ export declare function isMultiline(node: TSESTree.Node): boolean;
14
+ export declare function isCallExpression(node: TSESTree.ExpressionStatement): boolean;
15
+ //# sourceMappingURL=helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../src/config/eslint/shared/utils/no-padding-between-variables-utils/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EACR,KAAK,QAAQ,EACd,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE3C,wBAAgB,eAAe,CAAC,IAAI,EAAE,QAAQ,CAAC,mBAAmB,GAAG,OAAO,CAG3E;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,OAAO,CAMvD;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,QAAQ,CAAC,eAAe,GACnC,OAAO,CAoBT;AAED,wBAAgB,YAAY,CAAC,UAAU,EAAE,QAAQ,CAAC,UAAU;qBAEvC,QAAQ,CAAC,IAAI,WACb,QAAQ,CAAC,SAAS;wBAGf,QAAQ,CAAC,IAAI,WAChB,QAAQ,CAAC,SAAS;kCAgBL,QAAQ,CAAC,SAAS,eAAe,QAAQ,CAAC,OAAO,WAC9D,QAAQ,CAAC,SAAS;EAItC;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,QAAQ,CAAC,SAAS,GACvB,OAAO,CAIT;AAED,wBAAgB,eAAe,CAC7B,SAAS,EAAE,SAAS,EACpB,OAAO,EAAE,SAAS,GACjB,MAAM,CAER;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,OAAO,CAExD;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,QAAQ,CAAC,mBAAmB,GACjC,OAAO,CAET"}
@@ -0,0 +1,10 @@
1
+ import { TSESLint, type TSESTree } from '@typescript-eslint/utils';
2
+ import { TSRuleContext } from '../../../types';
3
+ import { RULE_NAME } from '../../constants/no-padding-between-variables';
4
+ import { createStatementCheckers } from './services/statement-checkers-service';
5
+ export declare function createNodeCheckers(context: TSRuleContext<typeof RULE_NAME>, sourceCode: TSESLint.SourceCode): {
6
+ checkVariableDeclarations: (statements: TSESTree.Statement[]) => void;
7
+ checkBlockPadding: (node: TSESTree.Node) => void;
8
+ };
9
+ export { createStatementCheckers };
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/config/eslint/shared/utils/no-padding-between-variables-utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,KAAK,QAAQ,EACd,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,8CAA8C,CAAC;AAKzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,aAAa,CAAC,OAAO,SAAS,CAAC,EACxC,UAAU,EAAE,QAAQ,CAAC,UAAU;4CAGW,QAAQ,CAAC,SAAS,EAAE;8BAGlC,QAAQ,CAAC,IAAI;EAG1C;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { TSESLint, type TSESTree } from '@typescript-eslint/utils';
2
+ import { TSRuleContext } from '../../../../types';
3
+ import { RULE_NAME } from '../../../constants/no-padding-between-variables';
4
+ export declare function checkVariableDeclarations(context: TSRuleContext<typeof RULE_NAME>, sourceCode: TSESLint.SourceCode, statements: TSESTree.Statement[]): void;
5
+ export declare function checkBlockPadding(context: TSRuleContext<typeof RULE_NAME>, sourceCode: TSESLint.SourceCode, node: TSESTree.Node): void;
6
+ //# sourceMappingURL=node-checkers-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-checkers-service.d.ts","sourceRoot":"","sources":["../../../../../../../src/config/eslint/shared/utils/no-padding-between-variables-utils/services/node-checkers-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EACR,KAAK,QAAQ,EACd,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAE,SAAS,EAAE,MAAM,iDAAiD,CAAC;AA2E5E,wBAAgB,yBAAyB,CACvC,OAAO,EAAE,aAAa,CAAC,OAAO,SAAS,CAAC,EACxC,UAAU,EAAE,QAAQ,CAAC,UAAU,EAC/B,UAAU,EAAE,QAAQ,CAAC,SAAS,EAAE,QAwBjC;AAED,wBAAgB,iBAAiB,CAC/B,OAAO,EAAE,aAAa,CAAC,OAAO,SAAS,CAAC,EACxC,UAAU,EAAE,QAAQ,CAAC,UAAU,EAC/B,IAAI,EAAE,QAAQ,CAAC,IAAI,QAuCpB"}
@@ -0,0 +1,13 @@
1
+ import { TSESLint, type TSESTree } from '@typescript-eslint/utils';
2
+ import { TSRuleContext } from '../../../../types';
3
+ import { RULE_NAME } from '../../../constants/no-padding-between-variables';
4
+ export declare const createStatementCheckers: (context: TSRuleContext<typeof RULE_NAME>, sourceCode: TSESLint.SourceCode) => {
5
+ checkSwitchCases: (node: TSESTree.SwitchStatement) => void;
6
+ checkBodyForStatements: (body: TSESTree.Statement[]) => void;
7
+ checkArrowFunctionPadding: (statements: TSESTree.Statement[]) => void;
8
+ checkReturnPadding: (node: TSESTree.ReturnStatement) => void;
9
+ checkFunctionCallsPadding: (body: TSESTree.Statement[]) => void;
10
+ checkAssignmentInTryCatch: (body: TSESTree.Statement[]) => void;
11
+ checkBodyForVariableDeclarations: (body: TSESTree.Statement[]) => void;
12
+ };
13
+ //# sourceMappingURL=statement-checkers-service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statement-checkers-service.d.ts","sourceRoot":"","sources":["../../../../../../../src/config/eslint/shared/utils/no-padding-between-variables-utils/services/statement-checkers-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EACR,KAAK,QAAQ,EACd,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAGmB,SAAS,EAClC,MAAM,iDAAiD,CAAC;AAYzD,eAAO,MAAM,uBAAuB,YACzB,aAAa,CAAC,OAAO,SAAS,CAAC,cAC5B,QAAQ,CAAC,UAAU;6BAiBC,QAAQ,CAAC,eAAe;mCAmBlB,QAAQ,CAAC,SAAS,EAAE;4CAwDX,QAAQ,CAAC,SAAS,EAAE;+BA6BjC,QAAQ,CAAC,eAAe;sCAgFjB,QAAQ,CAAC,SAAS,EAAE;sCAkBpB,QAAQ,CAAC,SAAS,EAAE;6CAsBb,QAAQ,CAAC,SAAS,EAAE;CAyCrE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { TSESTree } from '@typescript-eslint/utils';
2
+ type NodeLoc = NonNullable<TSESTree.Node['loc']>;
3
+ type NodeRange = NonNullable<TSESTree.Node['range']>;
4
+ export type NodeWithLocRange = TSESTree.Node & {
5
+ loc: NodeLoc;
6
+ range: NodeRange;
7
+ };
8
+ export {};
9
+ //# sourceMappingURL=emits-params-line-breaks.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"emits-params-line-breaks.types.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/types/emits-params-line-breaks.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,KAAK,OAAO,GAAG,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;AAEjD,KAAK,SAAS,GAAG,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;AAErD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC,IAAI,GAAG;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,SAAS,CAAA;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { TSESTree } from "@typescript-eslint/types";
2
+ export type FunctionTypes = TSESTree.FunctionDeclaration | TSESTree.FunctionExpression | TSESTree.ArrowFunctionExpression | TSESTree.MethodDefinition;
3
+ //# sourceMappingURL=max-params-with-constructor.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"max-params-with-constructor.types.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/types/max-params-with-constructor.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEpD,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC,mBAAmB,GACpD,QAAQ,CAAC,kBAAkB,GAC3B,QAAQ,CAAC,uBAAuB,GAChC,QAAQ,CAAC,gBAAgB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
2
+ import type { MESSAGE_IDS } from '../shared/constants/namespace-class-padding';
3
+ import type { TSRuleContext } from './index';
4
+ export declare enum PaddingMode {
5
+ DISALLOW = "disallow",
6
+ REQUIRE = "require"
7
+ }
8
+ export interface CheckPaddingParams {
9
+ context: TSRuleContext<(typeof MESSAGE_IDS)[keyof typeof MESSAGE_IDS]>;
10
+ sourceCode: TSESLint.SourceCode;
11
+ node: TSESTree.Node;
12
+ startToken: TSESTree.Token;
13
+ endToken: TSESTree.Token;
14
+ messageId: (typeof MESSAGE_IDS)[keyof typeof MESSAGE_IDS];
15
+ mode: PaddingMode;
16
+ }
17
+ //# sourceMappingURL=namespace-class-padding.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespace-class-padding.types.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/types/namespace-class-padding.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,QAAQ,EAAE,QAAQ,EACnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,oBAAY,WAAW;IACrB,QAAQ,aAAa;IACrB,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,aAAa,CAAC,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC,CAAA;IACtE,UAAU,EAAE,QAAQ,CAAC,UAAU,CAAA;IAC/B,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAA;IACnB,UAAU,EAAE,QAAQ,CAAC,KAAK,CAAA;IAC1B,QAAQ,EAAE,QAAQ,CAAC,KAAK,CAAA;IACxB,SAAS,EAAE,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAA;IACzD,IAAI,EAAE,WAAW,CAAA;CAClB"}
@@ -0,0 +1,3 @@
1
+ import type { TSESLint } from '@typescript-eslint/utils';
2
+ export type RuleFixer = ((fixer: TSESLint.RuleFixer) => TSESLint.RuleFix);
3
+ //# sourceMappingURL=no-i18n-global-in-use-files.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-i18n-global-in-use-files.types.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/types/no-i18n-global-in-use-files.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,EAAE,QAAQ,CAAC,SAAS,KAAK,QAAQ,CAAC,OAAO,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare enum MessageIds {
2
+ InvalidPropsName = "invalidPropsName",
3
+ InvalidEmitsName = "invalidEmitsName"
4
+ }
5
+ //# sourceMappingURL=require-correct-name-for-emits-and-props.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-correct-name-for-emits-and-props.types.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/types/require-correct-name-for-emits-and-props.types.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,gBAAgB,qBAAqB;IACrC,gBAAgB,qBAAqB;CACtC"}
@@ -0,0 +1,18 @@
1
+ import type { AST as VueAST } from 'vue-eslint-parser';
2
+ import type { TSESLint } from '@typescript-eslint/utils';
3
+ import type { SourceCode } from '@typescript-eslint/utils/ts-eslint';
4
+ export interface ImportInfo {
5
+ source: string;
6
+ importName: string;
7
+ }
8
+ export interface RuleOptions {
9
+ externalPackages?: string[];
10
+ }
11
+ export interface TraverseParams {
12
+ node: VueAST.VElement | VueAST.ESLintNode | null | undefined;
13
+ context: Readonly<TSESLint.RuleContext<'undefinedComponent' | 'externalShouldBeKebab' | 'internalShouldBePascal' | 'renderFunctionInTemplate', [
14
+ ]>>;
15
+ imports: Map<string, ImportInfo>;
16
+ sourceCode: Readonly<SourceCode>;
17
+ }
18
+ //# sourceMappingURL=require-proper-imports-for-components.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"require-proper-imports-for-components.types.d.ts","sourceRoot":"","sources":["../../../../src/config/eslint/types/require-proper-imports-for-components.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,IAAI,MAAM,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAErE,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,WAAW,WAAW;IAC1B,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC,QAAQ,GAAG,MAAM,CAAC,UAAU,GAAG,IAAI,GAAG,SAAS,CAAA;IAC5D,OAAO,EAAE,QAAQ,CACf,QAAQ,CAAC,WAAW,CAChB,oBAAoB,GACpB,uBAAuB,GACvB,wBAAwB,GACxB,0BAA0B,EAC5B;KAAE,CACH,CACF,CAAA;IACD,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,CAAA;IAChC,UAAU,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAA;CACjC"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export { defineEslintVue } from './vue';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC"}