Variable skipiesPrioritiesDescriptionsConst

skipiesPrioritiesDescriptions: {
    FUTURE: string;
    YAGNI: string;
    BREAKS: string;
    IGNORE: string;
    NOPE: string;
    SKIP: string;
    TODO: string;
    WIP: string;
} = ...