We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba689f0 commit a9c173fCopy full SHA for a9c173f
README.md
@@ -1,4 +1,12 @@
1
-# eslint-plugin-standard
+# eslint-plugin-standard [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
2
+
3
+[npm-image]: https://img.shields.io/npm/v/eslint-plugin-standard.svg
4
+[npm-url]: https://npmjs.org/package/eslint-plugin-standard
5
+[downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-standard.svg
6
+[downloads-url]: https://npmjs.org/package/eslint-plugin-standard
7
+[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
8
+[standard-url]: https://standardjs.com
9
10
ESlint Rules for the Standard Linter
11
12
### Usage
0 commit comments