Skip to content

Commit adc59a3

Browse files
maclover7MylesBorins
authored andcommitted
tools: host remark-preset-lint-node in-tree
Moved from https://github.com/watilde/remark-preset-lint-node. PR-URL: #17441 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent d066db7 commit adc59a3

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

tools/remark-preset-lint-node/LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 Daijiro Wachi
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# remark-preset-lint-node
2+
remark preset to configure remark-lint with settings for nodejs/node
+13-36
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
11
{
2-
"_from": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
3-
4-
"_inBundle": false,
5-
"_integrity": "sha1-UxsozHvbtJwHgKk6AYCqVPvpz8w=",
6-
"_location": "/remark-preset-lint-node",
7-
"_phantomChildren": {},
8-
"_requested": {
2+
"name": "remark-preset-lint-node",
3+
"version": "1.0.2",
4+
"description": "remark preset to configure remark-lint with settings for nodejs/node",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
910
"type": "git",
10-
"raw": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
11-
"rawSpec": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
12-
"saveSpec": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
13-
"fetchSpec": null,
14-
"gitCommittish": "859eab541e0f63839b33196f26e2bed4dfe2b194"
11+
"url": "git+https://github.com/watilde/remark-preset-lint-node.git"
1512
},
16-
"_requiredBy": [
17-
"#USER",
18-
"/"
19-
],
20-
"_resolved": "github:watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
21-
"_spec": "watilde/remark-preset-lint-node#859eab541e0f63839b33196f26e2bed4dfe2b194",
22-
"_where": "/Users/trott/io.js/tools",
13+
"keywords": [],
2314
"author": "",
15+
"license": "MIT",
2416
"bugs": {
2517
"url": "https://github.com/watilde/remark-preset-lint-node/issues"
2618
},
27-
"bundleDependencies": false,
19+
"homepage": "https://github.com/watilde/remark-preset-lint-node#readme",
2820
"dependencies": {
2921
"remark-lint": "^6.0.0",
3022
"remark-lint-blockquote-indentation": "^1.0.0",
@@ -60,20 +52,5 @@
6052
"remark-lint-strong-marker": "^1.0.0",
6153
"remark-lint-table-cell-padding": "^1.0.0",
6254
"remark-lint-table-pipes": "^1.0.0"
63-
},
64-
"deprecated": false,
65-
"description": "remark preset to configure remark-lint with settings for nodejs/node",
66-
"homepage": "https://github.com/watilde/remark-preset-lint-node#readme",
67-
"keywords": [],
68-
"license": "MIT",
69-
"main": "index.js",
70-
"name": "remark-preset-lint-node",
71-
"repository": {
72-
"type": "git",
73-
"url": "git+https://github.com/watilde/remark-preset-lint-node.git"
74-
},
75-
"scripts": {
76-
"test": "echo \"Error: no test specified\" && exit 1"
77-
},
78-
"version": "1.0.2"
55+
}
7956
}

0 commit comments

Comments
 (0)