Skip to content

Commit

Permalink
Fix npmjs.com URLs for scoped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Jul 30, 2020
1 parent 1c78a01 commit 229b6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</td>
<td align="center" width="30%">
<a href="https://packagist.org/packages/humanmade/coding-standards"><img src="https://img.shields.io/packagist/v/humanmade/coding-standards.svg" /></a>
<a href="https://www.npmjs.com/package/humanmade/eslint-config"><img src="https://img.shields.io/npm/v/humanmade/eslint-config.svg" /></a>
<a href="https://www.npmjs.com/package/@humanmade/eslint-config"><img src="https://img.shields.io/npm/v/humanmade/eslint-config.svg" /></a>
<img src="https://travis-ci.org/humanmade/coding-standards.svg?branch=master" alt="Build Status" />
</td>
</tr>
Expand Down Expand Up @@ -128,7 +128,7 @@ The phpcs standard is based upon the `WordPress-VIP` standard from [WordPress Co

The ESLint package contains an [ESLint](https://eslint.org/) configuration which you can use to validate your JavaScript code style. While it is possible to run ESLint via phpcs, we recommend you install and use eslint via npm directly or use [linter-bot](https://github.com/humanmade/linter-bot). See [the `@humanmade/eslint-config` package README](packages/eslint-config-humanmade/readme.md) for more information on configuring ESLint to use the Human Made coding standards.

Once you have installed the [`@humanmade/eslint-config` npm package](https://www.npmjs.com/package/humanmade/eslint-config), you may simply specify that your own project-level ESLint file extends the `humanmade` configuration. If you install this globally (`npm install -g @humanmade/eslint-config`) you can also reference the configuration directly from the command line via `eslint -c humanmade .`
Once you have installed the [`@humanmade/eslint-config` npm package](https://www.npmjs.com/package/@humanmade/eslint-config), you may simply specify that your own project-level ESLint file extends the `humanmade` configuration. If you install this globally (`npm install -g @humanmade/eslint-config`) you can also reference the configuration directly from the command line via `eslint -c humanmade .`

Alternatively, you can create your own configuration and extend these rules:

Expand Down

0 comments on commit 229b6e9

Please sign in to comment.