We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9638d4 commit 928c5b4Copy full SHA for 928c5b4
src/rules/valid-local-dependency.ts
@@ -2,10 +2,6 @@ import path from "path";
2
3
import { createRule } from "../createRule.js";
4
5
-//------------------------------------------------------------------------------
6
-// Rule Definition
7
8
-
9
export default createRule({
10
create(context) {
11
return {
src/rules/valid-package-def.ts
@@ -1,4 +1,3 @@
1
-"use strict";
import { PJV as PackageValidator } from "package-json-validator";
0 commit comments