From 9afee876a592960ea647fbee31d2652b6606a5c5 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Mon, 17 Jun 2024 12:42:34 +0900 Subject: [PATCH] npm(README): add shields.io badges Summary: Not worthy of new release though. Signed-off-by: Yongmin Hong Test Plan: Browse the markdown in editor's preview mode Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D337 --- npm/eslint-config/README.md | 3 +++ npm/prettier-config/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/npm/eslint-config/README.md b/npm/eslint-config/README.md index 2691134..edf8b39 100644 --- a/npm/eslint-config/README.md +++ b/npm/eslint-config/README.md @@ -1,5 +1,8 @@ # @revi/eslint-config +[![NPM Version](https://img.shields.io/npm/v/%40revi%2Feslint-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/eslint-config) +[![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)](https://github.com/revi/sandbox/tree/master/npm/eslint-config) + This is [@revi](https://revi.xyz/)'s personal [eslint](https://eslint.org/docs/latest/use/configure/configuration-files) config. ## Config diff --git a/npm/prettier-config/README.md b/npm/prettier-config/README.md index c03bb48..2cb9ef6 100644 --- a/npm/prettier-config/README.md +++ b/npm/prettier-config/README.md @@ -1,5 +1,8 @@ # @revi/prettier-config +[![NPM Version](https://img.shields.io/npm/v/%40revi%2Fprettier-config?logo=npm&cacheSeconds=600)](https://www.npmjs.com/package/@revi/prettier-config) +[![GitHub License](https://img.shields.io/github/license/revi/sandbox?logo=apache&cacheSeconds=600)](https://github.com/revi/sandbox/tree/master/npm/prettier-config) + This is [@revi](https://revi.xyz/)'s personal [prettier](https://prettier.io/docs/en/) config. ## Config