@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
14 lines (13 loc) • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createLintRule = void 0;
var _createRule = require("@atlaskit/eslint-utils/create-rule");
var _getRuleUrl = require("./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.
*/
var createLintRule = exports.createLintRule = (0, _createRule.getCreateLintRule)(_getRuleUrl.getRuleUrl);