@nemigo/configs 1.1.1 → 1.2.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.
@@ -37,7 +37,7 @@ export interface EslintConfigOptions {
37
37
  * Создает готовый flat-конфиг для **ESLint**
38
38
  *
39
39
  * Включает в себя:
40
- * - Конфигурацию из `.eslint.ignore` пакета или иного
40
+ * - Глобусы исключений из `.eslint.ignore` пакета или иного
41
41
  * - Глобальные переменные для браузера и Node.js (globals)
42
42
  * - Рекомендованные правила из `@eslint/js`
43
43
  * - Рекомендованные или strict правила из `typescript-eslint`
@@ -10,7 +10,7 @@ export { includeIgnoreFile, convertIgnorePatternToMinimatch as convertIgnorePatt
10
10
  * Создает готовый flat-конфиг для **ESLint**
11
11
  *
12
12
  * Включает в себя:
13
- * - Конфигурацию из `.eslint.ignore` пакета или иного
13
+ * - Глобусы исключений из `.eslint.ignore` пакета или иного
14
14
  * - Глобальные переменные для браузера и Node.js (globals)
15
15
  * - Рекомендованные правила из `@eslint/js`
16
16
  * - Рекомендованные или strict правила из `typescript-eslint`
package/dist/index.d.ts CHANGED
@@ -4,4 +4,3 @@ export { defineSvelteConfig } from "./svelte/index.js";
4
4
  export { defineSveltePackageConfig } from "./svelte/package.js";
5
5
  export { defineViteConfig } from "./vite/index.js";
6
6
  export { defineViteProxyConfig } from "./vite/proxy.js";
7
- export type * from "./types.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nemigo/configs",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "private": false,
5
5
  "author": {
6
6
  "name": "Vlad Logvin",