Skip to content

Commit

Permalink
eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-l committed Apr 3, 2024
1 parent 2727b84 commit 43ec275
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"project": true
},
"ignorePatterns": [
"**",
"!source/**"
],
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:single": "vitest --bail=1",
"test:online": "vitest online --bail=1",
"test:all": "vitest --run --coverage",
"lint": "npx eslint source --ext .mts",
"lint": "npx eslint --ext .mts",
"build": "tsc --build --incremental",
"coverageBadge": "tsx scripts/coverage-badge.ts",
"build:clean": "rimraf ./dist && tsc --build",
Expand Down
1 change: 1 addition & 0 deletions source/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { executeParsedGroups, groupByOwner, parseOwnerGroups } from "./main.mjs";
import { c, getCli } from "./cli.mjs";


import type { OwnerGroup, ParsedGroup } from "./main.mjs";

import ora, { Ora } from "ora";
Expand Down

0 comments on commit 43ec275

Please sign in to comment.