Skip to content

Commit

Permalink
lint: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Aug 22, 2023
1 parent a1881dd commit b82ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"overrides": [
{
"files": ["src/generate/templates/schema.ts"],
"files": ["src/generate/templates/schema.ts", "src/generate/templates/ejectedSchema.ts"],
"rules": {
"node/no-missing-import": "off"
}
Expand Down

0 comments on commit b82ef13

Please sign in to comment.