1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2019-10-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,11 +1,5 @@
# eslint-plugin-node
-[](https://www.npmjs.com/package/eslint-plugin-node)
-[](http://www.npmtrends.com/eslint-plugin-node)
-[](https://github.com/mysticatea/eslint-plugin-node/actions)
-[](https://codecov.io/gh/mysticatea/eslint-plugin-node)
-[](https://david-dm.org/mysticatea/eslint-plugin-node)
-
Additional ESLint's rules for Node.js
## 💿 Install & Usage
|