Skip to content

Commit

Permalink
docs(workspace): fixed packages npm readme preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurchishin committed Sep 25, 2023
1 parent 2380b2e commit 878816e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
name: Publish package

jobs:
install:
publish:
name: Publish ${{inputs.package}} package
runs-on: macos-latest
permissions:
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695653317/logo_full.25.svg)

# @anylint/commitlint-config

## ![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695653317/logo_full.25.svg)

**@anylint/commitlint-config** is a configuration package for [Commitlint](https://commitlint.js.org/) designed to enforce consistent and conventional commit messages within your projects. This standardization makes it easier to track and manage changes in your codebase.

## Features 🚀
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695653317/logo_full.25.svg)

# @anylint/eslint-config

## ![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695653317/logo_full.25.svg)

**@anylint/eslint-config** is a versatile [ESLint](https://eslint.org) configuration package designed for JavaScript and TypeScript projects. It streamlines your development process by offering predefined ESLint rules and settings to maintain code quality and style consistency throughout your codebase.

## Installation
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695653317/logo_full.25.svg)

# @anylint/prettier-config

## ![AnyLint Logo](https://res.cloudinary.com/da0ggymug/image/upload/v1695653317/logo_full.25.svg)

**`@anylint/prettier-config`** is your go-to configuration package for [Prettier](https://prettier.io/), offering a standardized and opinionated Prettier setup for JavaScript and TypeScript projects. By incorporating this configuration, you can effortlessly maintain code formatting consistency throughout your codebase.

## Key Features 🚀
Expand Down

0 comments on commit 878816e

Please sign in to comment.