Skip to content

Commit

Permalink
docs(eslint-config): added wip status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurchishin committed Sep 26, 2023
1 parent 883fb22 commit 3aba55b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This repository serves as your gateway to configuration packages that streamline

| Package | Description |
| ------------------------------------------------------------ | ----------------------------------------------------------------------- |
| [`@anylint/eslint-config`](./packages/eslint-config) | ESLint configuration for JavaScript and TypeScript projects. |
| [`@anylint/eslint-config`](./packages/eslint-config) | WIP: ESLint configuration for JavaScript and TypeScript projects. |
| [`@anylint/prettier-config`](./packages/prettier-config) | Prettier configuration for JavaScript and TypeScript projects. |
| [`@anylint/commitlint-config`](./packages/commitlint-config) | Commitlint configuration with conventional preset and monorepo support. |

Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# STATUS: WIP

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

# @anylint/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**`@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 🚀
## Features 🚀

- **Consistent Code Formatting**: Guarantee a uniform code formatting style, making your code more legible and easier to manage.

Expand Down

0 comments on commit 3aba55b

Please sign in to comment.