mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-23 01:16:27 +02:00
Fix linting
This commit is contained in:
parent
d729e3e3d0
commit
d6c1ef0b1b
@ -11,7 +11,13 @@ export const featureLifecycleSchema = {
|
|||||||
properties: {
|
properties: {
|
||||||
stage: {
|
stage: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
enum: ['define', 'develop', 'production', 'cleanup', 'archived'],
|
enum: [
|
||||||
|
'define',
|
||||||
|
'develop',
|
||||||
|
'production',
|
||||||
|
'cleanup',
|
||||||
|
'archived',
|
||||||
|
],
|
||||||
example: 'initial',
|
example: 'initial',
|
||||||
description:
|
description:
|
||||||
'The name of the lifecycle stage that got recorded for a given feature',
|
'The name of the lifecycle stage that got recorded for a given feature',
|
||||||
|
@ -254,4 +254,3 @@ html[data-theme="dark"] .unleash-academy-level-badge {
|
|||||||
border-color: var(--ifm-link-color);
|
border-color: var(--ifm-link-color);
|
||||||
color: var(--ifm-link-color);
|
color: var(--ifm-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user