|
36 | 36 | - [ESLint](#eslint)
|
37 | 37 | - [Prettier](#prettier)
|
38 | 38 | - [Jest](#jest)
|
39 |
| -- [LICENSE](#license) |
| 39 | +- [License](#license) |
40 | 40 |
|
41 | 41 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
42 | 42 |
|
43 | 43 | ## Installation
|
44 | 44 |
|
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`: |
47 | 48 |
|
48 | 49 | ```
|
49 | 50 | yarn add -D @hover/javascript
|
@@ -71,6 +72,10 @@ and override only the parts of the config you need to.
|
71 | 72 | This can be a very helpful way to make editor integration work for tools like
|
72 | 73 | ESLint which require project-based ESLint configuration to be present to work.
|
73 | 74 |
|
| 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 | +
|
74 | 79 | #### ESLint
|
75 | 80 |
|
76 | 81 | So, if we were to do this for ESLint, you could create an `.eslintrc.js` with
|
@@ -110,17 +115,13 @@ module.exports = {
|
110 | 115 | }
|
111 | 116 | ```
|
112 | 117 |
|
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 |
121 | 119 |
|
122 | 120 | MIT
|
123 | 121 |
|
| 122 | +[hover-github-link]: https://github.com/hoverinc |
| 123 | +[node-link]: https://nodejs.org |
| 124 | +[npm-link]: https://www.npmjs.com/ |
124 | 125 | [react-scripts-link]:
|
125 | 126 | https://github.com/facebook/create-react-app/tree/master/packages/react-scripts
|
126 | 127 | [build-badge]:
|
|
0 commit comments