-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |