@rikalabs/repo-lint 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +2 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ export interface WhenRequirement {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
export interface DefineConfigOptions {
|
|
14
|
+
/** Extend another config file (supports relative paths and @/ root alias) */
|
|
15
|
+
extends?: string;
|
|
14
16
|
mode?: "strict" | "warn";
|
|
15
17
|
layout: LayoutNode;
|
|
16
18
|
rules?: RulesConfig;
|