Skip to content

Commit 229b6e9

Browse files
committed
Fix npmjs.com URLs for scoped packages
1 parent 1c78a01 commit 229b6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</td>
77
<td align="center" width="30%">
88
<a href="https://packagist.org/packages/humanmade/coding-standards"><img src="https://img.shields.io/packagist/v/humanmade/coding-standards.svg" /></a>
9-
<a href="https://www.npmjs.com/package/humanmade/eslint-config"><img src="https://img.shields.io/npm/v/humanmade/eslint-config.svg" /></a>
9+
<a href="https://www.npmjs.com/package/@humanmade/eslint-config"><img src="https://img.shields.io/npm/v/humanmade/eslint-config.svg" /></a>
1010
<img src="https://travis-ci.org/humanmade/coding-standards.svg?branch=master" alt="Build Status" />
1111
</td>
1212
</tr>
@@ -128,7 +128,7 @@ The phpcs standard is based upon the `WordPress-VIP` standard from [WordPress Co
128128

129129
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.
130130

131-
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 .`
131+
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 .`
132132

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

0 commit comments

Comments
 (0)