Skip to content

Commit

Permalink
fix(CONTRIBUTING.md): correct markdown link (#1932)
Browse files Browse the repository at this point in the history
Small correction of a link to the editor section of Prettier
[link] -> (link)
  • Loading branch information
mgred authored and fatso83 committed Oct 15, 2018
1 parent 20e1fb7 commit b2cb261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Sinon.JS aims at supporting the following runtimes:

Sinon.JS uses [ESLint](http://eslint.org) to keep the codebase free of lint, and uses [Prettier](https://prettier.io) to keep consistent style.

If you are contributing to a Sinon project, you'll probably want to configure your editors ([ESLint](https://eslint.org/docs/user-guide/integrations#editors), [Prettier][https://prettier.io/docs/en/editors.html]) to make editing code a more enjoyable experience.
If you are contributing to a Sinon project, you'll probably want to configure your editors ([ESLint](https://eslint.org/docs/user-guide/integrations#editors), [Prettier](https://prettier.io/docs/en/editors.html)) to make editing code a more enjoyable experience.

The ESLint verification (which includes Prettier) will be run before unit tests in the CI environment. The build will fail if the source code does not pass the style check.

Expand Down

0 comments on commit b2cb261

Please sign in to comment.