chore: Remove unnecessary tags (#564)

* Remove 5 tags

* Remove 5 more tags

* Remove 5 more tags
This commit is contained in:
Lachlan Collins
2023-12-31 14:03:50 +11:00
committed by GitHub
parent d059e5fe3d
commit d0cfe202c1
2 changed files with 118 additions and 157 deletions

View File

@@ -2,47 +2,32 @@ import { z } from 'zod';
import { packageNameRegex } from 'package-name-regex';
const PACKAGES_TAGS = /** @type {const} */ ([
'animations',
'audio-and-video',
'auth',
'bundler-plugins',
'charts',
'cli-tools',
'css-and-layout',
'data-fetching',
'data-visualisation',
'date-and-time',
'design-pattern',
'design-system',
'developer-experience',
'documentation',
'forms-and-input',
'headless',
'icons-and-fonts',
'images',
'in-page-navigation',
'integrations',
'internationalization',
'intersection-observer',
'layout-and-structure',
'linting-and-formatting',
'markdown',
'modals',
'multimedia',
'network-events',
'notifications',
'official',
'preprocessors',
'routers',
'seo',
'ssr',
'stores-and-state',
'sveltekit-adapters',
'testing',
'typescript',
'ui-components',
'user-interaction',
'validation'
'user-interaction'
]);
export const packagesSchema = z.array(