UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines (3 loc) 202 B
import type { Scope } from 'eslint'; import { type JSXAttribute } from 'eslint-codemod-utils'; export declare const hrefHasInvalidValue: (scope: Scope.Scope, href: JSXAttribute | undefined) => boolean;