mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Fix linting
This commit is contained in:
parent
d729e3e3d0
commit
d6c1ef0b1b
@ -11,7 +11,13 @@ export const featureLifecycleSchema = {
|
||||
properties: {
|
||||
stage: {
|
||||
type: 'string',
|
||||
enum: ['define', 'develop', 'production', 'cleanup', 'archived'],
|
||||
enum: [
|
||||
'define',
|
||||
'develop',
|
||||
'production',
|
||||
'cleanup',
|
||||
'archived',
|
||||
],
|
||||
example: 'initial',
|
||||
description:
|
||||
'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);
|
||||
color: var(--ifm-link-color);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user