UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

10 lines (9 loc) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isCurrentSurfaceCustomPropertyName = void 0; var _constants = require("@atlaskit/tokens/constants"); var isCurrentSurfaceCustomPropertyName = exports.isCurrentSurfaceCustomPropertyName = function isCurrentSurfaceCustomPropertyName(value) { return value === 'CURRENT_SURFACE_CSS_VAR' || value === _constants.CURRENT_SURFACE_CSS_VAR; };