Skip to content

Commit

Permalink
Adapted to lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier committed Mar 7, 2024
1 parent 7b1d7bf commit 2817e66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .husky/update-openapi-spec-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fs.readdir(directoryPath, (err, files) => {

// Append export statements to index.ts
const script = path.basename(__filename);
const message = `/**
* Auto-generated file by ${script}. Do not edit.
const message = `/**
* Auto-generated file by ${script}. Do not edit.
* To run it manually execute \`node ${script}\` from ${path.basename(
__dirname,
)}
Expand Down
8 changes: 4 additions & 4 deletions src/lib/openapi/spec/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Auto-generated file by update-openapi-spec-list.js. Do not edit.
/**
* Auto-generated file by update-openapi-spec-list.js. Do not edit.
* To run it manually execute `node update-openapi-spec-list.js` from .husky
*/
export * from './addon-create-update-schema';
Expand Down Expand Up @@ -200,7 +200,7 @@ export * from './variant-flag-schema';
export * from './variant-schema';
export * from './variants-schema';
export * from './version-schema';
/**
* Auto-generated file by update-openapi-spec-list.js. Do not edit.
/**
* Auto-generated file by update-openapi-spec-list.js. Do not edit.
* To run it manually execute `node update-openapi-spec-list.js` from .husky
*/

0 comments on commit 2817e66

Please sign in to comment.