mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-12 13:36:39 +00:00
Lint trailing spaces
This commit is contained in:
parent
7c74f7bad5
commit
fafc7c22a6
3 changed files with 16 additions and 15 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
"remark-lint-alphabetize-lists": "^2.0.1",
|
"remark-lint-alphabetize-lists": "^2.0.1",
|
||||||
"remark-lint-hiring-without-whiteboards-links": "^0.3.2",
|
"remark-lint-hiring-without-whiteboards-links": "^0.3.2",
|
||||||
"remark-lint-no-tabs": "^1.0.2",
|
"remark-lint-no-tabs": "^1.0.2",
|
||||||
|
"remark-lint-no-trailing-spaces": "^2.0.0",
|
||||||
"remark-lint-no-url-trailing-slash": "^3.0.1",
|
"remark-lint-no-url-trailing-slash": "^3.0.1",
|
||||||
"remark-lint-unordered-list-marker-style": "^1.0.2",
|
"remark-lint-unordered-list-marker-style": "^1.0.2",
|
||||||
"remark-preset-lint-recommended": "^3.0.2"
|
"remark-preset-lint-recommended": "^3.0.2"
|
||||||
|
|
@ -34,6 +35,7 @@
|
||||||
"lint",
|
"lint",
|
||||||
"remark-preset-lint-recommended",
|
"remark-preset-lint-recommended",
|
||||||
"remark-lint-no-tabs",
|
"remark-lint-no-tabs",
|
||||||
|
"remark-lint-no-trailing-spaces",
|
||||||
"remark-lint-unordered-list-marker-style",
|
"remark-lint-unordered-list-marker-style",
|
||||||
"remark-lint-no-url-trailing-slash",
|
"remark-lint-no-url-trailing-slash",
|
||||||
"remark-lint-hiring-without-whiteboards-links",
|
"remark-lint-hiring-without-whiteboards-links",
|
||||||
|
|
|
||||||
27
yarn.lock
27
yarn.lock
|
|
@ -326,10 +326,6 @@ deep-extend@^0.6.0:
|
||||||
version "0.6.0"
|
version "0.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
|
||||||
|
|
||||||
deep-extend@~0.4.0:
|
|
||||||
version "0.4.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f9687759810f807469e2253"
|
|
||||||
|
|
||||||
define-property@^0.2.5:
|
define-property@^0.2.5:
|
||||||
version "0.2.5"
|
version "0.2.5"
|
||||||
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
|
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
|
||||||
|
|
@ -1111,16 +1107,7 @@ process-nextick-args@~1.0.6:
|
||||||
version "1.0.7"
|
version "1.0.7"
|
||||||
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
|
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
|
||||||
|
|
||||||
rc@^1.1.0:
|
rc@^1.1.0, rc@^1.2.7:
|
||||||
version "1.1.7"
|
|
||||||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.1.7.tgz#c5ea564bb07aff9fd3a5b32e906c1d3a65940fea"
|
|
||||||
dependencies:
|
|
||||||
deep-extend "~0.4.0"
|
|
||||||
ini "~1.3.0"
|
|
||||||
minimist "^1.2.0"
|
|
||||||
strip-json-comments "~2.0.1"
|
|
||||||
|
|
||||||
rc@^1.2.7:
|
|
||||||
version "1.2.8"
|
version "1.2.8"
|
||||||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
|
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
@ -1299,6 +1286,12 @@ remark-lint-no-tabs@^1.0.2:
|
||||||
unified-lint-rule "^1.0.0"
|
unified-lint-rule "^1.0.0"
|
||||||
vfile-location "^2.0.1"
|
vfile-location "^2.0.1"
|
||||||
|
|
||||||
|
remark-lint-no-trailing-spaces@^2.0.0:
|
||||||
|
version "2.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/remark-lint-no-trailing-spaces/-/remark-lint-no-trailing-spaces-2.0.0.tgz#0bd8904f7377e64e0228573124dfef32776ae565"
|
||||||
|
dependencies:
|
||||||
|
unified-lint-rule "^1.0.2"
|
||||||
|
|
||||||
remark-lint-no-undefined-references@^1.0.0:
|
remark-lint-no-undefined-references@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/remark-lint-no-undefined-references/-/remark-lint-no-undefined-references-1.0.0.tgz#fb1dda99610519343e17b02c34a5b9daf0b4f7e9"
|
resolved "https://registry.yarnpkg.com/remark-lint-no-undefined-references/-/remark-lint-no-undefined-references-1.0.0.tgz#fb1dda99610519343e17b02c34a5b9daf0b4f7e9"
|
||||||
|
|
@ -1741,6 +1734,12 @@ unified-lint-rule@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
wrapped "^1.0.1"
|
wrapped "^1.0.1"
|
||||||
|
|
||||||
|
unified-lint-rule@^1.0.2:
|
||||||
|
version "1.0.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-1.0.3.tgz#e302b0c4a7ac428c0980e049a500e59528001299"
|
||||||
|
dependencies:
|
||||||
|
wrapped "^1.0.1"
|
||||||
|
|
||||||
unified@^7.0.0:
|
unified@^7.0.0:
|
||||||
version "7.1.0"
|
version "7.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
|
resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue