@saasmakers/eslint 0.1.24 → 0.1.26
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/dist/eslint.config.cjs +1 -0
- package/dist/eslint.config.mjs +1 -0
- package/package.json +1 -1
package/dist/eslint.config.cjs
CHANGED
|
@@ -22477,6 +22477,7 @@ const config = [
|
|
|
22477
22477
|
}
|
|
22478
22478
|
},
|
|
22479
22479
|
rules: {
|
|
22480
|
+
"@typescript-eslint/no-empty-object-type": "off",
|
|
22480
22481
|
"@typescript-eslint/no-non-null-assertion": "off",
|
|
22481
22482
|
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_", caughtErrorsIgnorePattern: "^_", varsIgnorePattern: "^_" }],
|
|
22482
22483
|
"array-bracket-newline": ["error", { minItems: 3, multiline: true }],
|
package/dist/eslint.config.mjs
CHANGED
|
@@ -22449,6 +22449,7 @@ const config = [
|
|
|
22449
22449
|
}
|
|
22450
22450
|
},
|
|
22451
22451
|
rules: {
|
|
22452
|
+
"@typescript-eslint/no-empty-object-type": "off",
|
|
22452
22453
|
"@typescript-eslint/no-non-null-assertion": "off",
|
|
22453
22454
|
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_", caughtErrorsIgnorePattern: "^_", varsIgnorePattern: "^_" }],
|
|
22454
22455
|
"array-bracket-newline": ["error", { minItems: 3, multiline: true }],
|