Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/docs/guide/usage/linter/generated-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Arguments:
list all the rules that are currently registered
- **`--disable-nested-config`** —
Disables the automatic loading of nested configuration files.
- **`--type-aware`** —
Enables rules that require type information.
- **`-h`**, **`--help`** —
Prints help information
- **`-V`**, **`--version`** —
Expand Down
2 changes: 2 additions & 0 deletions src/docs/guide/usage/linter/generated-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ type: `object`

type: `string[]`

A set of glob patterns.

#### overrides[n].rules

type: `object`
Expand Down
2 changes: 1 addition & 1 deletion src/docs/guide/usage/linter/rules/version.data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
load() {
return "2f8fc31c46ee254a8461ca6eb749442b668f2807";
return "b9f200f93c29320b284163b91cab7a04849a3d00";
},
};