Skip to content

Commit

Permalink
style: Fix Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Mar 13, 2024
1 parent 128cdb0 commit 87875d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { exit } from 'node:process';

import { error, getInput, warning } from '@actions/core';
import { context } from '@actions/github';
import { type RestEndpointMethodTypes } from '@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types';
import type { RestEndpointMethodTypes } from '@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types';
import { Octokit } from '@octokit/rest';
import fetch from 'node-fetch';

Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"target": "ES2022",
"strict": true
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}

0 comments on commit 87875d7

Please sign in to comment.