-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update remark-preset-lint-node to version at commit hash 859eab541e0f63839b33196f26e2bed4dfe2b194. This is the most recent version at this time (although not yet published to npm). It includes linting for "v8" where "V8" is intended and "Javascript" Where "JavaScript" is intended. By installing those lint rules now rather than waiting for a published version, we avoid the possibility that new markdown text with those prohibited strings will be introduced. PR-URL: #17382 Reviewed-By: Jon Moss <[email protected]>
- Loading branch information
1 parent
0093840
commit 0e5dc8f
Showing
3 changed files
with
98 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,30 @@ | ||
{ | ||
"private": true, | ||
"name": "remark-preset-lint-node", | ||
"version": "1.0.0", | ||
"description": "remark preset to configure remark-lint with settings for nodejs/node", | ||
"main": "index.js", | ||
"_from": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194", | ||
"_id": "[email protected]", | ||
"_inBundle": false, | ||
"_integrity": "sha1-UxsozHvbtJwHgKk6AYCqVPvpz8w=", | ||
"_location": "/remark-preset-lint-node", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "git", | ||
"raw": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194", | ||
"rawSpec": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194", | ||
"saveSpec": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194", | ||
"fetchSpec": null, | ||
"gitCommittish": "859eab541e0f63839b33196f26e2bed4dfe2b194" | ||
}, | ||
"_requiredBy": [ | ||
"#USER", | ||
"/" | ||
], | ||
"_resolved": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194", | ||
"_spec": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194", | ||
"_where": "/Users/trott/io.js/tools", | ||
"author": "", | ||
"bugs": { | ||
"url": "https://github.com/watilde/remark-preset-lint-node/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
"remark-lint": "^6.0.0", | ||
"remark-lint-blockquote-indentation": "^1.0.0", | ||
|
@@ -34,9 +55,25 @@ | |
"remark-lint-no-table-indentation": "^1.0.0", | ||
"remark-lint-no-tabs": "^1.0.0", | ||
"remark-lint-no-unused-definitions": "^1.0.0", | ||
"remark-lint-prohibited-strings": "^1.0.0", | ||
"remark-lint-rule-style": "^1.0.0", | ||
"remark-lint-strong-marker": "^1.0.0", | ||
"remark-lint-table-cell-padding": "^1.0.0", | ||
"remark-lint-table-pipes": "^1.0.0" | ||
} | ||
}, | ||
"deprecated": false, | ||
"description": "remark preset to configure remark-lint with settings for nodejs/node", | ||
"homepage": "https://github.com/watilde/remark-preset-lint-node#readme", | ||
"keywords": [], | ||
"license": "MIT", | ||
"main": "index.js", | ||
"name": "remark-preset-lint-node", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/watilde/remark-preset-lint-node.git" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "1.0.2" | ||
} |