Skip to content

Commit 5added5

Browse files
committed
docs: update readme
1 parent aff39b5 commit 5added5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# eslint-plugin-check-file
22

3-
[![NPM Version][npm-image]][npm-url]
3+
[![NPM Version][npm-image]][downloads-url]
44
[![NPM Downloads][downloads-image]][downloads-url]
5+
[![NPM License][license-image]][downloads-url]
6+
57

68
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
79

@@ -81,6 +83,6 @@ Then configure the rules you want to use under the rules section.
8183

8284

8385
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-check-file.svg
84-
[npm-url]: https://www.npmjs.com/package/eslint-plugin-check-file
8586
[downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-check-file.svg
87+
[license-image]: https://img.shields.io/npm/l/eslint-plugin-check-file
8688
[downloads-url]: https://www.npmjs.com/package/eslint-plugin-check-file

0 commit comments

Comments
 (0)