Skip to content

Commit 954a5ab

Browse files
committed
fix: update badge formatting in README.md for consistency
1 parent 66104d5 commit 954a5ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# eslint-plugin-vue-fsd
22

33
[![Build Status](https://img.shields.io/github/actions/workflow/status/andrewmolyuk/eslint-plugin-vue-fsd/release.yml)](https://github.com/andrewmolyuk/eslint-plugin-vue-fsd/actions/workflows/release.yml)
4-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/63a6f5a8e05845f4bc8bf828143ec631)](https://app.codacy.com/gh/andrewmolyuk/eslint-plugin-vue-fsd/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
4+
[![Codacy Grade](https://app.codacy.com/project/badge/Grade/63a6f5a8e05845f4bc8bf828143ec631)](https://app.codacy.com/gh/andrewmolyuk/eslint-plugin-vue-fsd/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
5+
[![Codacy Coverage](https://app.codacy.com/project/badge/Coverage/63a6f5a8e05845f4bc8bf828143ec631)](https://app.codacy.com/gh/andrewmolyuk/eslint-plugin-vue-fsd/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
56
[![Issues](https://img.shields.io/github/issues/andrewmolyuk/eslint-plugin-vue-fsd)](https://github.com/andrewmolyuk/eslint-plugin-vue-fsd/issues)
67
[![NPM](https://img.shields.io/npm/v/eslint-plugin-vue-fsd.svg?style=flat)](https://www.npmjs.com/package/eslint-plugin-vue-fsd)
78
[![NPM downloads](https://img.shields.io/npm/dw/eslint-plugin-vue-fsd.svg?style=flat)](https://www.npmjs.com/package/eslint-plugin-vue-fsd)
8-
[![semantic-release: conventional](https://img.shields.io/badge/semantic--release-conventional-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
9-
[![License](https://img.shields.io/npm/l/eslint-plugin-vue-fsd.svg)](LICENSE)
109

1110
A custom ESLint plugin for enforcing FSD patterns in Vue projects.
1211

0 commit comments

Comments
 (0)