Socket
Socket
Sign inDemoInstall

@sketch-hq/sketch-assistant-internal

Package Overview
Dependencies
12
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sketch-hq/sketch-assistant-internal

> 💁‍♀️ This Assistant aims to provide a set of usefully configured rules suitable for dogfooding internally at Sketch. Activates and configures rules from the [Core Rules Sketch Assistant](https://github.com/sketch-hq/sketch-assistant-core-rules).


Version published
Maintainers
3
Install size
3.24 MB
Created

Readme

Source

sketch-assistant-internal

💁‍♀️ This Assistant aims to provide a set of usefully configured rules suitable for dogfooding internally at Sketch. Activates and configures rules from the Core Rules Sketch Assistant.

Rules

The following rules are part of this Assistant:

For the raw config information check ./config.json

Development

The following section of the readme only relates to developing the Assistant, not using it in your own projects.

Scripts

Interact with the tooling in this repository via the following scripts.

ScriptDescription
yarn buildBuilds the Assistant
yarn package-tarballPackages the Assistant as a local file

Configure rules

Update the configuration for existing rules, or add configuration for a new rule like so:

  1. Make changes to ./config.json file.
  2. Make sure to update the Rules section of this readme with an entry
  3. Add a changeset
  4. Open a pull request to master and request a code review.

Releases

This repository uses Atlassian Changesets to automate the npm release process. Read the docs for more information, but the top-level summary is:

  • A GitHub Action maintains a permanently open PR that when merged will publish the package to npm with the latest changes and an automatically determined semver.
  • If the work you do in a PR should affect the next release, then you need to commit a "changeset" to the repository together with the rest of your code changes - do this by running yarn changeset. You'll be asked to provide a change type (major, minor or patch) and a message.

Keywords

FAQs

Last updated on 09 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc