Skip to content

Commit

Permalink
docs: Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Jan 30, 2019
1 parent b18a1fc commit 542a5c0
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# ESLint Config

Shared ESLint configuration for [Cheddur](https://www.cheddur.com).
My preferred ESLint, CommitLint, MarkdownLint, and Prettier configs.

[![CircleCI](https://circleci.com/gh/cheddur/eslint-config.svg?style=shield&circle-token=9d318f8c2c4fb6ef91c29815fb3742bf34e71e3a)](https://circleci.com/gh/cheddur/eslint-config)
[![CircleCI](https://circleci.com/gh/joncursi/eslint-config.svg?style=shield)](https://circleci.com/gh/joncursi/eslint-config)

## Testing

To check for CodeClimate issues, run:
To check for issues in this codebase, run:

```shell
npm test
```

If the above command fails to run, make sure that your
[Code Climate](https://github.com/codeclimate/codeclimate)
Docker machine is up and running:

```shell
docker-machine start codeclimate
```

0 comments on commit 542a5c0

Please sign in to comment.