@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.
- package/.eslintrc.js +1 -0
- 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,
|