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: 2020-04-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,11 +1,5 @@
# eslint-utils
-[](https://www.npmjs.com/package/eslint-utils)
-[](http://www.npmtrends.com/eslint-utils)
-[](https://github.com/mysticatea/eslint-utils/actions)
-[](https://codecov.io/gh/mysticatea/eslint-utils)
-[](https://david-dm.org/mysticatea/eslint-utils)
-
## 🏁 Goal
This package provides utility functions and classes for make ESLint custom rules.
|