diff --git a/README.md b/README.md index c945457..012cb1c 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ Additions to this document that are properly formatted will automatically be pus - [Litmus](https://litmus.com/careers#openings) | Remote | General technical questions, take-home code challenge, discussion, on-site programming session, meet & greet with the team - [LittleThings](https://www.littlethings.com/careers.html) | New York, NY | Take home code challenge, Discussion - [LoanZen](https://loanzen.in/team.html#Career) | Bengaluru, India | Initial phone interview about experience, a solve-at-home project based on the kind of work we do at our company, on-site interview discussing the submitted solution and a general discussion with the whole team -- [Lob](https://lob.com/careers) | San Francisco, CA | Initial phone screen followed by an on-site interview. Technical problems discussed during the interview are all simplified versions of problems we've had to solve in production. Our entire interview process and what we're looking for is described in our blog post [How We Interview Engineers](https://lob.com/blog/how-we-interview-engineers). +- [Lob](https://lob.com/careers) | San Francisco, CA | Initial phone screen followed by an on-site interview. Technical problems discussed during the interview are all simplified versions of problems we've had to solve in production. Our entire interview process and what we're looking for is described in our blog post [How We Interview Engineers](https://lob.com/blog/how-we-interview-engineers). - [Locastic](https://www.locastic.com/posao) | Split, Croatia | Take-home code challenge, tehnical discussion & on-site programming session, meet & greet with the team - [Locaweb](https://www.locaweb.com.br/carreira) | São Paulo, Brazil | Skype interview, take-home project and discussion on-site - [Logic Soft](https://logicsoft.co.in) | Chennai, India | Phone discussion, F2F pair programming exercise + discussion diff --git a/package.json b/package.json index b0cc7c3..7078e63 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "remark-lint-alphabetize-lists": "^2.0.1", "remark-lint-hiring-without-whiteboards-links": "^0.3.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-unordered-list-marker-style": "^1.0.2", "remark-preset-lint-recommended": "^3.0.2" @@ -34,6 +35,7 @@ "lint", "remark-preset-lint-recommended", "remark-lint-no-tabs", + "remark-lint-no-trailing-spaces", "remark-lint-unordered-list-marker-style", "remark-lint-no-url-trailing-slash", "remark-lint-hiring-without-whiteboards-links", diff --git a/yarn.lock b/yarn.lock index 5334a08..a3f13fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -326,10 +326,6 @@ deep-extend@^0.6.0: version "0.6.0" 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: version "0.2.5" 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" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" -rc@^1.1.0: - 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: +rc@^1.1.0, rc@^1.2.7: version "1.2.8" resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" dependencies: @@ -1299,6 +1286,12 @@ remark-lint-no-tabs@^1.0.2: unified-lint-rule "^1.0.0" 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: version "1.0.0" 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: 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: version "7.1.0" resolved "https://registry.yarnpkg.com/unified/-/unified-7.1.0.tgz#5032f1c1ee3364bd09da12e27fdd4a7553c7be13"