Skip to content

Commit 8350799

Browse files
committedJun 27, 2023
chore: update readme
Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent b6da6a0 commit 8350799

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed
 

‎packages/eslint-config/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Our package serves as a valuable resource for JavaScript/Typescript-based projec
3232

3333
In summary, our package provides comprehensive and adaptable ESLint configurations for JavaScript and Typescript projects. It empowers you to achieve code quality while minimizing overhead and maximizing productivity throughout your workspaces.
3434

35-
36-
3735
## Highlights
3836

3937
- Zero-config, but configurable when needed.

‎packages/package-json-utils/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Javascript Style Guide Utils
1+
<div align="center">
22

3-
Shared utilities for parsing information from a package.json file.
3+
<h1>Javascript Style Guide Utils</h1>
44

5-
<div align="center">
5+
Shared utilities for parsing information from a package.json file.
66

77
[![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
88

‎packages/stylelint-config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<h1>Shareable Stylelint Config</h1>
44

5-
This npm package provides a set of shareable configurations for Stylelint 15+ — a linter for CSS.
5+
This npm package provides a set of shareable configurations for [Stylelint 15+](https://stylelint.io/) — a linter for CSS.
66

77
[![npm-image]][npm-url] [![license-image]][license-url]
88

‎packages/textlint-config/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Text-lint Config
2-
3-
Anolilab Coding Standard for text linting.
4-
51
<div align="center">
2+
<h1>Text-lint Config</h1>
3+
4+
Shareable configuration for [textlint](https://github.com/textlint/textlint) — a tool for linting and fixing text written in natural language.
65

76
[![npm-image]][npm-url] [![license-image]][license-url]
87

0 commit comments

Comments
 (0)
Please sign in to comment.