@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.
- package/README.md +98 -0
- package/lib/config/eslint/core/node/extends-rules-node.d.ts +4 -0
- package/lib/config/eslint/core/node/extends-rules-node.d.ts.map +1 -0
- package/lib/config/eslint/core/node/index.d.ts +4 -0
- package/lib/config/eslint/core/node/index.d.ts.map +1 -0
- package/lib/config/eslint/core/node/language-options-node.d.ts +4 -0
- package/lib/config/eslint/core/node/language-options-node.d.ts.map +1 -0
- package/lib/config/eslint/core/node/plugins-node.d.ts +4 -0
- package/lib/config/eslint/core/node/plugins-node.d.ts.map +1 -0
- package/lib/config/eslint/core/vue/extends-rules-vue.d.ts +4 -0
- package/lib/config/eslint/core/vue/extends-rules-vue.d.ts.map +1 -0
- package/lib/config/eslint/core/vue/index.d.ts +4 -0
- package/lib/config/eslint/core/vue/index.d.ts.map +1 -0
- package/lib/config/eslint/core/vue/language-options-vue.d.ts +4 -0
- package/lib/config/eslint/core/vue/language-options-vue.d.ts.map +1 -0
- package/lib/config/eslint/core/vue/plugins-vue.d.ts +4 -0
- package/lib/config/eslint/core/vue/plugins-vue.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/class-inheritance-layout.d.ts +4 -0
- package/lib/config/eslint/custom-rules/class-inheritance-layout.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/composable-function-naming-convention.d.ts +4 -0
- package/lib/config/eslint/custom-rules/composable-function-naming-convention.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/decorated-property-indent.d.ts +4 -0
- package/lib/config/eslint/custom-rules/decorated-property-indent.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/emits-params-line-break.d.ts +4 -0
- package/lib/config/eslint/custom-rules/emits-params-line-break.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/emits-params-line-breaks.d.ts +4 -0
- package/lib/config/eslint/custom-rules/emits-params-line-breaks.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/file-naming-convention.d.ts +5 -0
- package/lib/config/eslint/custom-rules/file-naming-convention.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/max-params-with-constructor.d.ts +3 -0
- package/lib/config/eslint/custom-rules/max-params-with-constructor.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/namespace-class-padding.d.ts +4 -0
- package/lib/config/eslint/custom-rules/namespace-class-padding.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-comments-between-imports.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-comments-between-imports.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-empty-file.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-empty-file.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-empty-first-line.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-empty-first-line.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-i18n-global-in-use-files.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-i18n-global-in-use-files.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-padding-between-variables.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-padding-between-variables.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-raw-colors.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-raw-colors.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-unknown-type-assertion.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-unknown-type-assertion.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/no-vue-import-outside-allowed-paths.d.ts +4 -0
- package/lib/config/eslint/custom-rules/no-vue-import-outside-allowed-paths.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/require-correct-name-for-emits-and-props.d.ts +5 -0
- package/lib/config/eslint/custom-rules/require-correct-name-for-emits-and-props.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/require-emits-keyword.d.ts +4 -0
- package/lib/config/eslint/custom-rules/require-emits-keyword.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/require-proper-imports-for-components.d.ts +4 -0
- package/lib/config/eslint/custom-rules/require-proper-imports-for-components.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/return-type-same-line.d.ts +4 -0
- package/lib/config/eslint/custom-rules/return-type-same-line.d.ts.map +1 -0
- package/lib/config/eslint/custom-rules/vue-block-spacing.d.ts +4 -0
- package/lib/config/eslint/custom-rules/vue-block-spacing.d.ts.map +1 -0
- package/lib/config/eslint/ignore/index.d.ts +4 -0
- package/lib/config/eslint/ignore/index.d.ts.map +1 -0
- package/lib/config/eslint/overrides/node/controller-files.d.ts +4 -0
- package/lib/config/eslint/overrides/node/controller-files.d.ts.map +1 -0
- package/lib/config/eslint/overrides/node/dto-files.d.ts +4 -0
- package/lib/config/eslint/overrides/node/dto-files.d.ts.map +1 -0
- package/lib/config/eslint/overrides/node/entity-files.d.ts +4 -0
- package/lib/config/eslint/overrides/node/entity-files.d.ts.map +1 -0
- package/lib/config/eslint/overrides/node/index.d.ts +3 -0
- package/lib/config/eslint/overrides/node/index.d.ts.map +1 -0
- package/lib/config/eslint/overrides/node/types-files.d.ts +4 -0
- package/lib/config/eslint/overrides/node/types-files.d.ts.map +1 -0
- package/lib/config/eslint/rules/best-practices-rules.d.ts +4 -0
- package/lib/config/eslint/rules/best-practices-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/eslint-import-rules.d.ts +4 -0
- package/lib/config/eslint/rules/eslint-import-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/formatting-rules.d.ts +4 -0
- package/lib/config/eslint/rules/formatting-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/node/complexity-rules-node.d.ts +4 -0
- package/lib/config/eslint/rules/node/complexity-rules-node.d.ts.map +1 -0
- package/lib/config/eslint/rules/node/custom-rules-node.d.ts +4 -0
- package/lib/config/eslint/rules/node/custom-rules-node.d.ts.map +1 -0
- package/lib/config/eslint/rules/node/import-rules-node.d.ts +4 -0
- package/lib/config/eslint/rules/node/import-rules-node.d.ts.map +1 -0
- package/lib/config/eslint/rules/node/simple-import-sort-rules-node.d.ts +4 -0
- package/lib/config/eslint/rules/node/simple-import-sort-rules-node.d.ts.map +1 -0
- package/lib/config/eslint/rules/putout-rules.d.ts +4 -0
- package/lib/config/eslint/rules/putout-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/stylistic-rules.d.ts +4 -0
- package/lib/config/eslint/rules/stylistic-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/typescript-eslint-rules.d.ts +4 -0
- package/lib/config/eslint/rules/typescript-eslint-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/unused-imports-rules.d.ts +4 -0
- package/lib/config/eslint/rules/unused-imports-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/vue/complexity-rules-vue.d.ts +4 -0
- package/lib/config/eslint/rules/vue/complexity-rules-vue.d.ts.map +1 -0
- package/lib/config/eslint/rules/vue/custom-rules-vue.d.ts +4 -0
- package/lib/config/eslint/rules/vue/custom-rules-vue.d.ts.map +1 -0
- package/lib/config/eslint/rules/vue/fsd-import-rules.d.ts +4 -0
- package/lib/config/eslint/rules/vue/fsd-import-rules.d.ts.map +1 -0
- package/lib/config/eslint/rules/vue/import-rules-vue.d.ts +4 -0
- package/lib/config/eslint/rules/vue/import-rules-vue.d.ts.map +1 -0
- package/lib/config/eslint/rules/vue/simple-import-sort-rules-vue.d.ts +4 -0
- package/lib/config/eslint/rules/vue/simple-import-sort-rules-vue.d.ts.map +1 -0
- package/lib/config/eslint/rules/vue/vue-rules.d.ts +4 -0
- package/lib/config/eslint/rules/vue/vue-rules.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/class-inheritance-layout.d.ts +10 -0
- package/lib/config/eslint/shared/constants/class-inheritance-layout.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/decorated-property-indent.d.ts +2 -0
- package/lib/config/eslint/shared/constants/decorated-property-indent.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/emits-params-line-break.d.ts +8 -0
- package/lib/config/eslint/shared/constants/emits-params-line-break.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/emits-params-line-breaks.d.ts +13 -0
- package/lib/config/eslint/shared/constants/emits-params-line-breaks.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/index.d.ts +3 -0
- package/lib/config/eslint/shared/constants/index.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/max-params-with-constructor.d.ts +14 -0
- package/lib/config/eslint/shared/constants/max-params-with-constructor.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/namespace-class-padding.d.ts +18 -0
- package/lib/config/eslint/shared/constants/namespace-class-padding.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-comments-between-imports.d.ts +2 -0
- package/lib/config/eslint/shared/constants/no-comments-between-imports.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-empty-file.d.ts +2 -0
- package/lib/config/eslint/shared/constants/no-empty-file.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-empty-first-line.d.ts +2 -0
- package/lib/config/eslint/shared/constants/no-empty-first-line.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-i18n-global-in-use-files.d.ts +10 -0
- package/lib/config/eslint/shared/constants/no-i18n-global-in-use-files.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-padding-between-variables.d.ts +6 -0
- package/lib/config/eslint/shared/constants/no-padding-between-variables.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-raw-colors.d.ts +12 -0
- package/lib/config/eslint/shared/constants/no-raw-colors.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-unknown-type-assertion.d.ts +2 -0
- package/lib/config/eslint/shared/constants/no-unknown-type-assertion.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/no-vue-import-outside-allowed-paths.d.ts +5 -0
- package/lib/config/eslint/shared/constants/no-vue-import-outside-allowed-paths.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/require-emits-keyword.d.ts +2 -0
- package/lib/config/eslint/shared/constants/require-emits-keyword.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/require-proper-imports-for-components.d.ts +6 -0
- package/lib/config/eslint/shared/constants/require-proper-imports-for-components.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/require-props-prefix.d.ts +2 -0
- package/lib/config/eslint/shared/constants/require-props-prefix.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/return-type-same-line.d.ts +8 -0
- package/lib/config/eslint/shared/constants/return-type-same-line.d.ts.map +1 -0
- package/lib/config/eslint/shared/constants/vue-block-spacing.d.ts +11 -0
- package/lib/config/eslint/shared/constants/vue-block-spacing.d.ts.map +1 -0
- package/lib/config/eslint/shared/utils/functions/string-case.d.ts +7 -0
- package/lib/config/eslint/shared/utils/functions/string-case.d.ts.map +1 -0
- package/lib/config/eslint/shared/utils/namespace-class-padding/index.d.ts +3 -0
- package/lib/config/eslint/shared/utils/namespace-class-padding/index.d.ts.map +1 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/helpers.d.ts +15 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/helpers.d.ts.map +1 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/index.d.ts +10 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/index.d.ts.map +1 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/node-checkers-service.d.ts +6 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/node-checkers-service.d.ts.map +1 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/statement-checkers-service.d.ts +13 -0
- package/lib/config/eslint/shared/utils/no-padding-between-variables-utils/services/statement-checkers-service.d.ts.map +1 -0
- package/lib/config/eslint/types/emits-params-line-breaks.types.d.ts +9 -0
- package/lib/config/eslint/types/emits-params-line-breaks.types.d.ts.map +1 -0
- package/lib/config/eslint/types/max-params-with-constructor.types.d.ts +3 -0
- package/lib/config/eslint/types/max-params-with-constructor.types.d.ts.map +1 -0
- package/lib/config/eslint/types/namespace-class-padding.types.d.ts +17 -0
- package/lib/config/eslint/types/namespace-class-padding.types.d.ts.map +1 -0
- package/lib/config/eslint/types/no-i18n-global-in-use-files.types.d.ts +3 -0
- package/lib/config/eslint/types/no-i18n-global-in-use-files.types.d.ts.map +1 -0
- package/lib/config/eslint/types/require-correct-name-for-emits-and-props.types.d.ts +5 -0
- package/lib/config/eslint/types/require-correct-name-for-emits-and-props.types.d.ts.map +1 -0
- package/lib/config/eslint/types/require-proper-imports-for-components.types.d.ts +18 -0
- package/lib/config/eslint/types/require-proper-imports-for-components.types.d.ts.map +1 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2861 -0
- package/lib/index.js.map +7 -0
- package/lib/node.d.ts +3 -0
- package/lib/node.d.ts.map +1 -0
- package/lib/vue.d.ts +3 -0
- package/lib/vue.d.ts.map +1 -0
- package/package.json +67 -0
- 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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/config/eslint/overrides/node/index.ts"],"names":[],"mappings":";AAKA,wBAKE"}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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"}
|