@nemigo/configs 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eslint/index.d.ts +1 -1
- package/dist/eslint/index.js +1 -1
- package/dist/prettier/index.d.ts +1 -1
- package/dist/prettier/index.js +1 -1
- package/dist/svelte/index.js +1 -1
- package/dist/svelte/package.js +1 -1
- package/dist/vite/index.d.ts +1 -1
- package/dist/vite/proxy.d.ts +1 -1
- package/package.json +2 -2
package/dist/eslint/index.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export interface EslintConfigOptions {
|
|
|
30
30
|
ignore?: string;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
* ##
|
|
33
|
+
* ## Создаёт flat-конфигурации для {@link https://eslint.org ESLint}
|
|
34
34
|
*
|
|
35
35
|
* ### Включает в себя:
|
|
36
36
|
* - Глобусы исключений из **.eslint.ignore** пакета (или иного файла) с помощью {@link includeIgnoreFile} из {@link https://www.npmjs.com/package/@eslint/compat @eslint/compat}
|
package/dist/eslint/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { join } from "node:path";
|
|
|
7
7
|
import tslint from "typescript-eslint";
|
|
8
8
|
export { includeIgnoreFile, convertIgnorePatternToMinimatch as convertIgnorePattern };
|
|
9
9
|
/**
|
|
10
|
-
* ##
|
|
10
|
+
* ## Создаёт flat-конфигурации для {@link https://eslint.org ESLint}
|
|
11
11
|
*
|
|
12
12
|
* ### Включает в себя:
|
|
13
13
|
* - Глобусы исключений из **.eslint.ignore** пакета (или иного файла) с помощью {@link includeIgnoreFile} из {@link https://www.npmjs.com/package/@eslint/compat @eslint/compat}
|
package/dist/prettier/index.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export interface PrettierConfigOptions {
|
|
|
53
53
|
overload?: PrettierExtraConfig;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* ##
|
|
56
|
+
* ## Создаёт готовый конфиг для {@link https://prettier.io Prettier}
|
|
57
57
|
*
|
|
58
58
|
* ### Включает в себя плагины:
|
|
59
59
|
* - {@link https://www.npmjs.com/package/prettier-plugin-svelte prettier-plugin-svelte} для {@link https://svelte.dev Svelte}
|
package/dist/prettier/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import * as arrays from "prettier-plugin-multiline-arrays";
|
|
|
4
4
|
import * as svelte from "prettier-plugin-svelte";
|
|
5
5
|
import * as tailwind from "prettier-plugin-tailwindcss";
|
|
6
6
|
/**
|
|
7
|
-
* ##
|
|
7
|
+
* ## Создаёт готовый конфиг для {@link https://prettier.io Prettier}
|
|
8
8
|
*
|
|
9
9
|
* ### Включает в себя плагины:
|
|
10
10
|
* - {@link https://www.npmjs.com/package/prettier-plugin-svelte prettier-plugin-svelte} для {@link https://svelte.dev Svelte}
|
package/dist/svelte/index.js
CHANGED
package/dist/svelte/package.js
CHANGED
package/dist/vite/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import type { ViteUserConfig } from "vitest/config";
|
|
|
5
5
|
*/
|
|
6
6
|
export interface ViteConfigOptions {
|
|
7
7
|
/**
|
|
8
|
-
* Путь к директории, где
|
|
8
|
+
* Путь к директории, где читаются .env-файлы. Отключено, так как предполагается использование **dotenv**
|
|
9
9
|
*
|
|
10
10
|
* Аналог к {@link ViteUserConfig.envDir}
|
|
11
11
|
*
|
package/dist/vite/proxy.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nemigo/configs",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Vlad Logvin",
|
|
@@ -93,6 +93,6 @@
|
|
|
93
93
|
"typescript-eslint": "8.46.2"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@nemigo/configs": "1.5.
|
|
96
|
+
"@nemigo/configs": "1.5.1"
|
|
97
97
|
}
|
|
98
98
|
}
|