Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Remove erroneous Error import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Johnson committed Aug 27, 2019
1 parent 89dec4c commit afc0052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/aspect/node/TsLint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
* limitations under the License.
*/

import { AbstractFingerprint } from "@atomist/sdm";
import {
ApplyFingerprint,
Aspect,
ExtractFingerprint,
sha256,
} from "@atomist/sdm-pack-fingerprints";
import * as _ from "lodash";
import { Error } from "tslint/lib/error";

export const TsLintType = "tslint";

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sourceMap": true,
"lib": [
"dom",
"es2017",
"ES2017",
"dom.iterable",
"scripthost",
"esnext.asynciterable"
Expand Down

0 comments on commit afc0052

Please sign in to comment.