Skip to content

Commit

Permalink
chore: two small code cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 20, 2024
1 parent d9638d4 commit 928c5b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/rules/valid-local-dependency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import path from "path";

import { createRule } from "../createRule.js";

//------------------------------------------------------------------------------
// Rule Definition
//------------------------------------------------------------------------------

export default createRule({
create(context) {
return {
Expand Down
1 change: 0 additions & 1 deletion src/rules/valid-package-def.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use strict";
import { PJV as PackageValidator } from "package-json-validator";

import { createRule } from "../createRule.js";
Expand Down

0 comments on commit 928c5b4

Please sign in to comment.