Initial commit
This commit is contained in:
8
packages/core-eslint/rules/_rule-schema.js
Normal file
8
packages/core-eslint/rules/_rule-schema.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** Shared repoRoot option schema used by conformance rules that need to locate feature roots. */
|
||||
export const repoRootSchema = [
|
||||
{
|
||||
type: "object",
|
||||
properties: { repoRoot: { type: "string" } },
|
||||
additionalProperties: false,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user