Skip to content

Commit

Permalink
diable namespace lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Dec 12, 2024
1 parent 231a9ca commit f959060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-namespace": "off"
},
"overrides": [
{
"files": ["src/schema.ts"],
Expand Down

0 comments on commit f959060

Please sign in to comment.