Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyOrekhov committed Jun 8, 2020
1 parent 1c9d43f commit 205f69e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 205f69e

Please sign in to comment.