@nemigo/configs 2.3.0 → 2.3.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.
@@ -219,6 +219,8 @@ export const defineEslintConfig = (options, ...rest) => {
219
219
  "sort-keys": 0,
220
220
  // Создание Symbol без описания
221
221
  "symbol-description": 0,
222
+ // Любое количество классов в файле
223
+ "max-classes-per-file": 0,
222
224
  // Дублирующиеся или избыточные типы (например, 0 | TimeStamp)
223
225
  "@typescript-eslint/no-duplicate-type-constituents": 0,
224
226
  "@typescript-eslint/no-redundant-type-constituents": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nemigo/configs",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "private": false,
5
5
  "license": "MPL-2.0",
6
6
  "author": {