@10stars/config 13.6.2 → 13.6.3

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.
@@ -154,6 +154,7 @@ export default defineConfig(
154
154
  "@typescript-eslint/no-empty-function": 0,
155
155
  "@typescript-eslint/no-unused-vars": 0,
156
156
  "@typescript-eslint/no-explicit-any": 0,
157
+ "@typescript-eslint/no-namespace": [0, { allowDeclarations: true }], // allow "declare namespace" in .d.ts files
157
158
  "@typescript-eslint/ban-types": 0,
158
159
  "@typescript-eslint/ban-ts-comment": 0,
159
160
  "@typescript-eslint/only-throw-error": 0,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@10stars/config",
7
- "version": "13.6.2",
7
+ "version": "13.6.3",
8
8
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
9
9
  "license": "MIT",
10
10
  "bin": {