You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-24Lines changed: 2 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,11 @@
16
16
-[Versioning & Semver](#versioning--semver)
17
17
-[Usage](#usage)
18
18
-[Rules](#rules)
19
-
-[Browser Usage](#browser-usage)
20
19
21
20
## Plugin installation
22
21
22
+
**NB** Since `jscs v2.0` the plugin `jscs-jsdoc` is bundled into it.
23
+
23
24
`jscs-jsdoc` can be installed using NPM and requires [jscs](https://github.com/jscs-dev/node-jscs/#installation).
24
25
25
26
Install it globally if you are using globally installed `jscs`
@@ -961,26 +962,3 @@ function method() {
961
962
returnfalse;
962
963
}
963
964
```
964
-
965
-
966
-
## Browser Usage
967
-
968
-
NOT SUPPORTED ATM. SORRY.
969
-
970
-
File [jscs-jsdoc-browser.js](jscs-jsdoc-browser.js) contains browser-compatible version of `jscs-jsdoc`.
971
-
972
-
Download and include `jscs-jsdoc-browser.js` into your page just after `jscs-browser.js`.
0 commit comments