Update next lint command

This commit is contained in:
Vitaly Rtishchev
2025-09-12 11:18:49 +03:00
parent 929c09edd7
commit f3ab9bddb7
5 changed files with 670 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export const parameters = {
layout: 'fullscreen',
options: {
showPanel: false,
storySort: (a, b) => a.title.localeCompare(b.title, undefined, { numeric: true }),
storySort: (a: any, b: any) => a.title.localeCompare(b.title, undefined, { numeric: true }),
},
backgrounds: { disable: true },
};