diff --git a/README.md b/README.md index 6dd03b4..ae3fcd4 100644 --- a/README.md +++ b/README.md @@ -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 -```