Skip to content

Commit

Permalink
Disable eslint for camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne St-Pierre authored and Etienne St-Pierre committed Dec 21, 2023
1 parent f4163b3 commit 7cb2c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/services/project-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default class ProjectFetcher {
}
}`;

// eslint-disable-next-line camelcase
const configParams = config.project ? {project_id: config.project} : {};
const variables = {...configParams, ...params};

Expand Down

0 comments on commit 7cb2c7b

Please sign in to comment.