Skip to content

Commit

Permalink
chore: turn off max-lines lint rules for openapi json files
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Apr 15, 2024
1 parent 738298c commit 45c2994
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
"import/no-unused-modules": "off"
}
},
{
"files": [
"*.openapi.json"
],
"rules": {
"max-lines": "off"
}
},
{
"files": [
"src/include.d/oidc-provider/**/*"
Expand Down

0 comments on commit 45c2994

Please sign in to comment.