Skip to content

Commit

Permalink
Format code to be compatible with @trivago/prettier-plugin-sort-impor…
Browse files Browse the repository at this point in the history
…ts 5.2
  • Loading branch information
acelaya committed Dec 16, 2024
1 parent 9a51ec3 commit 4d02187
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion scripts/create-github-release.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node

/**
* Creates a GitHub release for the repository.
*
Expand Down
1 change: 0 additions & 1 deletion src/annotator/util/emitter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable @typescript-eslint/no-unsafe-function-type */

/*
* Disable @typescript-eslint/ban-types for the whole file, as changing the
* event's callback type away from `Function` has multiple implications that
Expand Down
1 change: 0 additions & 1 deletion src/sidebar/service-context.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* global process */

/**
* This module provides dependency injection of services into React
* components via React's "context" API [1].
Expand Down

0 comments on commit 4d02187

Please sign in to comment.