Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json #1280

Merged
merged 1 commit into from
Aug 9, 2021
Merged
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
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"null"
],
"default": null,
"description": "The value of NODE_ENV to use when running eslint tasks."
"markdownDescription": "The value of `NODE_ENV` to use when running eslint tasks."
},
"eslint.nodePath": {
"scope": "machine-overridable",
Expand All @@ -86,13 +86,13 @@
"null"
],
"default": null,
"description": "A path added to NODE_PATH when resolving the eslint module."
"markdownDescription": "A path added to `NODE_PATH` when resolving the eslint module."
},
"eslint.options": {
"scope": "resource",
"type": "object",
"default": {},
"description": "The eslint options object to provide args normally passed to eslint when executed from a command line (see http://eslint.org/docs/developer-guide/nodejs-api#cliengine)."
"markdownDescription": "The eslint options object to provide args normally passed to eslint when executed from a command line (see https://eslint.org/docs/developer-guide/nodejs-api#cliengine)."
},
"eslint.trace.server": {
"scope": "window",
Expand Down Expand Up @@ -249,7 +249,8 @@
]
}
]
}
},
"markdownDescription": "Specifies how the working directories ESLint is using are computed. ESLint resolves configuration files (e.g. `eslintrc`, `.eslintignore`) relative to a working directory so it is important to configure this correctly."
},
"eslint.validate": {
"scope": "resource",
Expand Down Expand Up @@ -311,7 +312,7 @@
"scope": "resource",
"type": "string",
"default": ".",
"description": "Command line options applied when running the task for linting the whole workspace (see https://eslint.org/docs/user-guide/command-line-interface)."
"markdownDescription": "Command line options applied when running the task for linting the whole workspace (see https://eslint.org/docs/user-guide/command-line-interface)."
},
"eslint.runtime": {
"scope": "machine-overridable",
Expand All @@ -326,7 +327,7 @@
"scope": "window",
"type": "boolean",
"default": false,
"description": "Enables ESLint debug mode (same as --debug on the command line)"
"markdownDescription": "Enables ESLint debug mode (same as `--debug` on the command line)"
},
"eslint.codeAction.disableRuleComment": {
"scope": "resource",
Expand All @@ -351,7 +352,8 @@
"description": "Configure the disable rule code action to insert the comment on the same line or a new line."
}
},
"additionalProperties": false
"additionalProperties": false,
"markdownDescription": "Show disable lint rule in the quick fix menu."
},
"eslint.codeAction.showDocumentation": {
"scope": "resource",
Expand All @@ -366,7 +368,8 @@
"description": "Show the documentation code actions."
}
},
"additionalProperties": false
"additionalProperties": false,
"markdownDescription": "Show open lint rule documentation web page in the quick fix menu."
},
"eslint.codeActionsOnSave.mode": {
"scope": "resource",
Expand Down