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
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,27 @@ Lead Maintainer: Pat O'Neill [@misteroneill](https://github.com/misteroneill)
12
12
13
13
Maintenance Status: Stable
14
14
15
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
16
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
17
+
**Table of Contents***generated with [DocToc](https://github.com/thlorenz/doctoc)*
18
+
19
+
-[Install](#install)
20
+
-[Usage](#usage)
21
+
-[Arguments](#arguments)
22
+
-[Options](#options)
23
+
-[`-e`/`--errors`](#-e--errors)
24
+
-[`-w`/`--warnings`](#-w--warnings)
25
+
-[`--format`/`--fix`](#--format--fix)
26
+
-[`--help`](#--help)
27
+
-[`--version`](#--version)
28
+
-[Ignoring Files](#ignoring-files)
29
+
-[Don't check jsdoc](#dont-check-jsdoc)
30
+
-[Contributing](#contributing)
31
+
-[Versioning Guidelines](#versioning-guidelines)
32
+
-[License](#license)
33
+
34
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
35
+
15
36
## Install
16
37
17
38
```bash
@@ -87,6 +108,20 @@ File [glob][glob] patterns can be ignored by adding them to your project's `pack
87
108
}
88
109
```
89
110
111
+
### Don't check jsdoc
112
+
113
+
> Note: By default this option is set to true, even if the option is not provided.
114
+
115
+
Some projects don't use jsdoc and don't care if jsdoc exists or not. We added an option that you can add in you `package.json` in order to turn off all the jsdoc rules. All you have to do is set `vjsstandard.jsdoc` to `false`:
0 commit comments