@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
16 lines (15 loc) • 528 B
TypeScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::095a43b3637f01bf6b70a07041528ef7>>
* @codegenCommand yarn workspace @atlaskit/eslint-plugin-design-system codegen
*/
import type { ESLint } from 'eslint';
import { rules } from './rules/index.codegen';
declare const meta: {
name: string;
version: string;
};
export declare const plugin: ESLint.Plugin;
declare const configs: ESLint.Plugin['configs'];
export { configs, meta, rules };
export default plugin;