2.1.1 • Published 4 years ago

@sketch-hq/sketch-assistant-internal v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.

npm.io

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.
3.0.0-next.3

4 years ago

3.0.0-next.2

4 years ago

3.0.0-next.1

4 years ago

3.0.0-next.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago