Skip to content

Commit 86979d4

Browse files
chore: updated description
1 parent e740bd9 commit 86979d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eslint-rules/no-config-imports.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ export default {
1616
properties: {
1717
configFilePath: {
1818
type: "string",
19-
description: "Path (relative to root of the project) to the config file to restrict.",
19+
description: "Path to the config file to restrict.",
2020
},
2121
allowedFiles: {
2222
type: "array",
2323
items: { type: "string" },
24-
description:
25-
"List of file paths (relative to root of the project) that are allowed to import value exports from config.ts.",
24+
description: "List of file paths that are allowed to import value exports from config.ts.",
2625
},
2726
},
2827
required: ["configFilePath"],

0 commit comments

Comments
 (0)