diff --git a/README.md b/README.md index 01959d9b..1cb0ca59 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Below is the `recommended` preset: operation-2xx-response: warning operation-operationId-unique: error operation-parameters-unique: error - operation-tag-defined: warning + operation-tag-defined: off operation-security-defined: warning operationId-valid-in-url: error operation-singular-tag: off diff --git a/src/config/recommended.ts b/src/config/recommended.ts index af7f03b0..ddb74630 100644 --- a/src/config/recommended.ts +++ b/src/config/recommended.ts @@ -24,7 +24,7 @@ export default { 'operation-operationId-unique': 'error', 'operation-operationId-valid-in-url': 'error', 'operation-parameters-unique': 'error', - 'operation-tag-defined': 'warning', + 'operation-tag-defined': 'off', 'operation-security-defined': 'warning', 'operationId-valid-in-url': 'error', 'operation-singular-tag': 'off',