From 205f69e04d347d1c2323b34e69cbd1abbf2f8677 Mon Sep 17 00:00:00 2001 From: Evgeny Orekhov Date: Mon, 8 Jun 2020 17:26:45 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ec27695..e03ab25c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # eslint-config-hardcore -The most strict (but practical) ESLint config out there - [![npm](https://img.shields.io/npm/v/eslint-config-hardcore?style=flat-square)](https://www.npmjs.com/package/eslint-config-hardcore) [![Travis CI build status](https://img.shields.io/travis/EvgenyOrekhov/eslint-config-hardcore/master.svg?style=flat-square)](https://travis-ci.org/EvgenyOrekhov/eslint-config-hardcore) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) + +The most strict (but practical) ESLint config out there. + +Aims to include as many plugins and rules as possible to make your code +extremely consistent and robust. + +Uses +[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) for +autoformatting your code. ## What's included