@10stars/config 11.0.8 → 11.0.9

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.
Files changed (2) hide show
  1. package/.eslintrc.js +1 -0
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -184,6 +184,7 @@ module.exports = {
184
184
  "@typescript-eslint/no-empty-function": type.ignore, // used for prototyping
185
185
  "@typescript-eslint/no-explicit-any": type.ignore,
186
186
  "@typescript-eslint/ban-types": type.ignore,
187
+ "@typescript-eslint/only-throw-error": type.ignore, // it's useful to have a flexibility in throwing a plain object
187
188
  // ---- we ignore these "no-unsafe-*" as it noticeably slows down the code writing
188
189
  "@typescript-eslint/no-unsafe-assignment": type.ignore,
189
190
  "@typescript-eslint/no-unsafe-member-access": type.ignore,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@10stars/config",
7
- "version": "11.0.8",
7
+ "version": "11.0.9",
8
8
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
9
9
  "license": "MIT",
10
10
  "bin": {