Skip to content

Commit 6649aa2

Browse files
committed
update readme
1 parent c2ac831 commit 6649aa2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .github/workflows/test.yml renamed to .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: CI
22

33
on:
44
pull_request:

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `eslint-plugin-vue-sort-components`
22

3+
![CI](https://github.com/jay-es/eslint-plugin-vue-sort-components/actions/workflows/ci.yml/badge.svg?event=push)
4+
![NPM](https://img.shields.io/npm/l/@jay-es/eslint-plugin-vue-sort-components)
5+
![npm (scoped with tag)](https://img.shields.io/npm/v/@jay-es/eslint-plugin-vue-sort-components/latest)
6+
37
A plugin for ESLint to keep order of component names.
48
The rule is autofixable.
59

0 commit comments

Comments
 (0)