We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e740bd9 commit 86979d4Copy full SHA for 86979d4
eslint-rules/no-config-imports.js
@@ -16,13 +16,12 @@ export default {
16
properties: {
17
configFilePath: {
18
type: "string",
19
- description: "Path (relative to root of the project) to the config file to restrict.",
+ description: "Path to the config file to restrict.",
20
},
21
allowedFiles: {
22
type: "array",
23
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.",
+ description: "List of file paths that are allowed to import value exports from config.ts.",
26
27
28
required: ["configFilePath"],
0 commit comments