@accordproject/concerto-linter-default-ruleset
Version:
Default ruleset for the Accord Project Concerto Linter
16 lines (15 loc) • 496 B
TypeScript
/**
* Rule: No Empty Declarations
* ---------------------------
* Detects and reports any model declarations that are empty.
* This rule helps maintain model integrity by ensuring that all declarations contain meaningful content,
* preventing the inclusion of unused or placeholder declarations in the model.
*/
declare const _default: {
given: string;
severity: number;
then: {
function: import("@stoplight/spectral-core").IFunction;
};
};
export default _default;