UNPKG

@sketch-hq/sketch-naming-conventions-assistant

Version:

- [Page names](https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/core/src/rules/name-pattern-pages) should start with an emoji, e.g. `🚧 Work in Progress`. - [Artboard names](https://github.com/sketch-hq/sketch-assistants/tree/main/ass

45 lines (44 loc) • 1.36 kB
{ "name": "@sketch-hq/sketch-naming-conventions-assistant", "version": "6.5.0", "license": "MIT", "main": "dist/index", "types": "dist/index", "sketch": "dist/sketch.js", "repository": "github:sketch-hq/sketch-assistants", "homepage": "https://github.com/sketch-hq/sketch-assistants/tree/main/assistants/naming-conventions", "sketch-assistant": { "title": "Naming Conventions", "description": "Naming conventions used by the Sketch design team", "icon": "https://user-images.githubusercontent.com/1078571/81808046-0a6e2b00-9517-11ea-9b6c-1c6fa9a377ba.png" }, "author": { "name": "Sketch", "url": "https://www.sketch.com" }, "keywords": [ "guidelines", "sketch", "sketch files", "sketch assistant", "public", "assistant", "design ops" ], "files": [ "dist" ], "dependencies": { "@sketch-hq/sketch-assistant-types": "6.5.0", "@sketch-hq/sketch-core-assistant": "6.5.0" }, "devDependencies": { "@sketch-hq/sketch-assistant-utils": "6.5.0" }, "scripts": { "test": "jest", "build": "tsc --build && yarn build:sketch", "build:sketch": "webpack --config ../../webpack.config.js --output-library _sketch --output-library assistants --output-library `node -p \"require('./package.json').name\"`", "package-tarball": "yarn build && yarn pack" } }