Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
ESLint fixes (#107)
Browse files Browse the repository at this point in the history
 * ESLint fixes

[atomist:generated]
[atomist-skill:atomist/eslint-skill]
    
Pull request auto merged:

* No reviews
* 1 successful check
  • Loading branch information
atomist[bot] authored Dec 12, 2020
1 parent 6aa7428 commit b0ca084
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import * as os from "os";
import * as pRetry from "p-retry";
import * as path from "path";
import * as semver from "semver";

import { extractAnnotations } from "./annotation";
import { Configuration } from "./configuration";
import {
Expand Down
1 change: 1 addition & 0 deletions skill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
resourceProvider,
skill,
} from "@atomist/skill";

import { Configuration } from "./lib/configuration";

export const Skill = skill<
Expand Down
1 change: 1 addition & 0 deletions test/git.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

import * as assert from "power-assert";

import { cleanGitRef, gitRefToNpmTag, nextPrereleaseTag } from "../lib/git";

describe("git", () => {
Expand Down
1 change: 1 addition & 0 deletions test/status.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

import * as assert from "power-assert";

import { spawnFailure, statusReason } from "../lib/status";

describe("status", () => {
Expand Down

0 comments on commit b0ca084

Please sign in to comment.