UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

13 lines (12 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.insertTokensImport = insertTokensImport; var _root = require("../../ast-nodes/root"); function insertTokensImport(root, fixer) { return _root.Root.insertImport(root, { module: '@atlaskit/tokens', specifiers: ['token'] }, fixer); }