eslint-plugin-zod-to-openapi
Advanced tools
Comparing version 0.0.7-semantically-released to 0.0.8-semantically-released
@@ -113,3 +113,3 @@ "use strict"; | ||
? !comment.value.includes(deprecatedTag) | ||
: false) { | ||
: comment.value.includes(deprecatedTag)) { | ||
return context.report({ | ||
@@ -180,3 +180,3 @@ messageId: 'comment', | ||
? !comment.value.includes(deprecatedTag) | ||
: false) { | ||
: comment.value.includes(deprecatedTag)) { | ||
return context.report({ | ||
@@ -183,0 +183,0 @@ messageId: 'comment', |
@@ -11,3 +11,3 @@ import { TSESLint, TSESTree } from '@typescript-eslint/utils'; | ||
export declare const isNewLineRequired: (node: TSESTree.Property) => boolean; | ||
export declare const rule: TSESLint.RuleModule<"comment" | "required", never[], { | ||
export declare const rule: TSESLint.RuleModule<"required" | "comment", never[], { | ||
VariableDeclaration(node: TSESTree.VariableDeclaration): void; | ||
@@ -14,0 +14,0 @@ Property(node: TSESTree.Property): void; |
{ | ||
"name": "eslint-plugin-zod-to-openapi", | ||
"version": "0.0.7-semantically-released", | ||
"version": "0.0.8-semantically-released", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Eslint rules for zod-to-openapi", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
51246
0