Skip to content

Commit dfaba4a

Browse files
committed
docs(readme): fix a couple link, re-order some things
1 parent c2de96d commit dfaba4a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@
3636
- [ESLint](#eslint)
3737
- [Prettier](#prettier)
3838
- [Jest](#jest)
39-
- [LICENSE](#license)
39+
- [License](#license)
4040

4141
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4242

4343
## Installation
4444

45-
This module is distributed via [npm][npm] which is bundled with [node][node] and
46-
should be installed as one of your project's `devDependencies`:
45+
This module is distributed via [npm][npm-link] which is bundled with
46+
[node][node-link] and should be installed as one of your project's
47+
`devDependencies`:
4748

4849
```
4950
yarn add -D @hover/javascript
@@ -71,6 +72,10 @@ and override only the parts of the config you need to.
7172
This can be a very helpful way to make editor integration work for tools like
7273
ESLint which require project-based ESLint configuration to be present to work.
7374

75+
> Note: `hover-scripts` intentionally does not merge things for you when you
76+
> start configuring things to make it less magical and more straightforward.
77+
> Extending can take place on your terms.
78+
7479
#### ESLint
7580

7681
So, if we were to do this for ESLint, you could create an `.eslintrc.js` with
@@ -110,17 +115,13 @@ module.exports = {
110115
}
111116
```
112117

113-
> Note: `hover-scripts` intentionally does not merge things for you when you
114-
> start configuring things to make it less magical and more straightforward.
115-
> Extending can take place on your terms. ~~I~~ _Kent_ think[s] this is actually
116-
> a great way to do this.
117-
>
118-
> For the record, so do I (Jamie)
119-
120-
## LICENSE
118+
## License
121119

122120
MIT
123121

122+
[hover-github-link]: https://github.com/hoverinc
123+
[node-link]: https://nodejs.org
124+
[npm-link]: https://www.npmjs.com/
124125
[react-scripts-link]:
125126
https://github.com/facebook/create-react-app/tree/master/packages/react-scripts
126127
[build-badge]:

0 commit comments

Comments
 (0)