Skip to content

Commit

Permalink
fix(misskey-js): fix ESLint error in generator due to operationId c…
Browse files Browse the repository at this point in the history
…hange (#13619)
  • Loading branch information
zyoshoka authored Mar 24, 2024
1 parent 3db26f2 commit 539718f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/misskey-js/generator/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ async function generateEndpoints(

const entitiesOutputLine: string[] = [];

entitiesOutputLine.push('/* eslint @typescript-eslint/naming-convention: 0 */');

entitiesOutputLine.push(`import { operations } from '${toImportPath(typeFileName)}';`);
entitiesOutputLine.push('');

Expand Down

0 comments on commit 539718f

Please sign in to comment.