diff options
author | Valentin Popov <info@valentineus.link> | 2020-04-01 13:19:19 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-04-01 13:19:19 +0300 |
commit | 1b9319f0f7b941b2b07d883ae883599412d75bfc (patch) | |
tree | f769499229b78a263094cbe50270369bff99790b | |
parent | c94f48006275ae13426d366a94d2cf37842e18b3 (diff) | |
download | eslint-config-1b9319f0f7b941b2b07d883ae883599412d75bfc.tar.xz eslint-config-1b9319f0f7b941b2b07d883ae883599412d75bfc.zip |
feat(project): Update README.md
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ -# Personal ESLint configuration +<p align="center"> + <img height="60px" width="60px" src="https://eslint.org/assets/img/favicon.512x512.png" /> + <h1 align="center">Personal ESLint configuration</h1> +</p> + +<p align="center"> + <a href="https://www.npmjs.com/package/@valentineus/eslint-config"> + <img src="https://flat.badgen.net/npm/v/@valentineus/eslint-config" /> + </a> + <a href="https://github.com/valentineus/eslint-config"> + <img src="https://flat.badgen.net/github/last-commit/valentineus/eslint-config" /> + </a> +</p> ## Configurations |