@sarj/eslint-plugin 15.17.10 → 15.17.11
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/index.cjs +725 -278
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +816 -369
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -164,7 +164,7 @@ interface LoggingOptions {
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/**
|
|
167
|
-
* @fileoverview no-fat-try-blocks —
|
|
167
|
+
* @fileoverview no-fat-try-blocks — review broad recovery scopes using a bounded operation-count heuristic.
|
|
168
168
|
*
|
|
169
169
|
* Examples: https://github.com/sarj-ai/code-standards/blob/main/packages/typescript/tests/rules/no-fat-try-blocks.test.ts
|
|
170
170
|
*/
|
|
@@ -173,7 +173,7 @@ interface RuleOptions$1 {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
* @fileoverview no-dynamic-sql —
|
|
176
|
+
* @fileoverview no-dynamic-sql — bind runtime values separately from SQL string literals.
|
|
177
177
|
*
|
|
178
178
|
* Examples: https://github.com/sarj-ai/code-standards/blob/main/packages/typescript/tests/rules/no-dynamic-sql.test.ts
|
|
179
179
|
*/
|
|
@@ -893,7 +893,7 @@ type FlatPreset = {
|
|
|
893
893
|
declare const PLUGIN: {
|
|
894
894
|
readonly meta: {
|
|
895
895
|
readonly name: "@sarj/eslint-plugin";
|
|
896
|
-
readonly version: "15.17.
|
|
896
|
+
readonly version: "15.17.11";
|
|
897
897
|
};
|
|
898
898
|
readonly rules: {
|
|
899
899
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|
package/dist/index.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ interface LoggingOptions {
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/**
|
|
167
|
-
* @fileoverview no-fat-try-blocks —
|
|
167
|
+
* @fileoverview no-fat-try-blocks — review broad recovery scopes using a bounded operation-count heuristic.
|
|
168
168
|
*
|
|
169
169
|
* Examples: https://github.com/sarj-ai/code-standards/blob/main/packages/typescript/tests/rules/no-fat-try-blocks.test.ts
|
|
170
170
|
*/
|
|
@@ -173,7 +173,7 @@ interface RuleOptions$1 {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
* @fileoverview no-dynamic-sql —
|
|
176
|
+
* @fileoverview no-dynamic-sql — bind runtime values separately from SQL string literals.
|
|
177
177
|
*
|
|
178
178
|
* Examples: https://github.com/sarj-ai/code-standards/blob/main/packages/typescript/tests/rules/no-dynamic-sql.test.ts
|
|
179
179
|
*/
|
|
@@ -893,7 +893,7 @@ type FlatPreset = {
|
|
|
893
893
|
declare const PLUGIN: {
|
|
894
894
|
readonly meta: {
|
|
895
895
|
readonly name: "@sarj/eslint-plugin";
|
|
896
|
-
readonly version: "15.17.
|
|
896
|
+
readonly version: "15.17.11";
|
|
897
897
|
};
|
|
898
898
|
readonly rules: {
|
|
899
899
|
readonly "excessive-commentary": DocumentedRule<readonly [], "excessive">;
|