@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
9 lines (8 loc) • 349 B
JavaScript
import { getCreateLintRule } from '@atlaskit/eslint-utils/create-rule';
import { getRuleUrl } from './get-rule-url';
/**
* Tiny wrapped over the ESLint rule module type that ensures
* there is a docs link to our ESLint plugin documentation page,
* as well as improving type support.
*/
export var createLintRule = getCreateLintRule(getRuleUrl);