Skip to content

Commit

Permalink
tools: host remark-preset-lint-node in-tree
Browse files Browse the repository at this point in the history
Moved from https://github.com/watilde/remark-preset-lint-node.

PR-URL: #17441
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
maclover7 authored and MylesBorins committed Jan 9, 2018
1 parent d066db7 commit adc59a3
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
21 changes: 21 additions & 0 deletions tools/remark-preset-lint-node/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Daijiro Wachi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions tools/remark-preset-lint-node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# remark-preset-lint-node
remark preset to configure remark-lint with settings for nodejs/node
49 changes: 13 additions & 36 deletions tools/remark-preset-lint-node/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
{
"_from": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
"_id": "remark-preset-lint-node@1.0.2",
"_inBundle": false,
"_integrity": "sha1-UxsozHvbtJwHgKk6AYCqVPvpz8w=",
"_location": "/remark-preset-lint-node",
"_phantomChildren": {},
"_requested": {
"name": "remark-preset-lint-node",
"version": "1.0.2",
"description": "remark preset to configure remark-lint with settings for nodejs/node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"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"
"url": "git+https://github.com/watilde/remark-preset-lint-node.git"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
"_spec": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
"_where": "/Users/trott/io.js/tools",
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/watilde/remark-preset-lint-node/issues"
},
"bundleDependencies": false,
"homepage": "https://github.com/watilde/remark-preset-lint-node#readme",
"dependencies": {
"remark-lint": "^6.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
Expand Down Expand Up @@ -60,20 +52,5 @@
"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"
}
}

0 comments on commit adc59a3

Please sign in to comment.