Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add template-indent rule #1478

Merged
merged 49 commits into from
Oct 11, 2021
Merged

Commits on Aug 11, 2021

  1. Add template-indent rule

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    be4a8c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c980841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2155312 View commit details
    Browse the repository at this point in the history
  4. Placeholder docs

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    bb613bf View commit details
    Browse the repository at this point in the history
  5. Add docs

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9046358 View commit details
    Browse the repository at this point in the history
  6. Link to rule in readme

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2cc5798 View commit details
    Browse the repository at this point in the history
  7. Remove incorrect docs

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    7df897f View commit details
    Browse the repository at this point in the history
  8. xo fixes

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1f1459c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54f05a1 View commit details
    Browse the repository at this point in the history
  10. generate-usage-example

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6caf8c4 View commit details
    Browse the repository at this point in the history
  11. don't slice

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9a77206 View commit details
    Browse the repository at this point in the history
  12. generate-usage-example

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    bae3ea2 View commit details
    Browse the repository at this point in the history
  13. fixup this codebasw!

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    93e9abc View commit details
    Browse the repository at this point in the history
  14. comments

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c087efc View commit details
    Browse the repository at this point in the history
  15. Case-insensitive comments

    Also add comments to docs.
    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    2cf0018 View commit details
    Browse the repository at this point in the history
  16. Use node.loc.start.line

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    be9b6c9 View commit details
    Browse the repository at this point in the history
  17. remove unused message id

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    d36e3db View commit details
    Browse the repository at this point in the history
  18. remove out of date comment

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f11e3db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2090b98 View commit details
    Browse the repository at this point in the history
  20. don't use Array.from

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    fde95bd View commit details
    Browse the repository at this point in the history
  21. remove unnecessary .reverse()

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1afe51c View commit details
    Browse the repository at this point in the history
  22. Use helper

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c3e2b60 View commit details
    Browse the repository at this point in the history
  23. Delete errant comment

    mmkal committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    aa773d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. customisable indent

    mmkal committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c8f9113 View commit details
    Browse the repository at this point in the history
  2. no previous token test

    mmkal committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a8d373e View commit details
    Browse the repository at this point in the history
  3. test for multiple matches

    mmkal committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    88f2370 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    bad4bde View commit details
    Browse the repository at this point in the history
  2. Test for double-reporting

    mmkal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    bbdb741 View commit details
    Browse the repository at this point in the history
  3. Fix double-reporting

    mmkal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    3b4e34d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7b875 View commit details
    Browse the repository at this point in the history
  5. Require unique items

    mmkal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    7c26714 View commit details
    Browse the repository at this point in the history
  6. Use .replace

    mmkal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    5255715 View commit details
    Browse the repository at this point in the history
  7. xo --fix

    mmkal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    970b846 View commit details
    Browse the repository at this point in the history
  8. Document indent option

    mmkal committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    47460c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Use esquery.matches

    mmkal committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    a9adb8d View commit details
    Browse the repository at this point in the history
  2. Explicit carriage return test

    mmkal committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    ac2c9a7 View commit details
    Browse the repository at this point in the history
  3. Make \r\n test stricter

    mmkal committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    69e02de View commit details
    Browse the repository at this point in the history
  4. Use sourceCode.getText(...)

    mmkal committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e445d32 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    a2b0678 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Allow non-first-child

    mmkal committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    27a8051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e7a465 View commit details
    Browse the repository at this point in the history
  3. Use quasi.tail

    mmkal committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    edb6a42 View commit details
    Browse the repository at this point in the history
  4. Update docs

    mmkal committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2747f8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84ada62 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Add esquery dependency

    mmkal committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7c52002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c6a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Return early

    mmkal committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    edb2ce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    2868c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4001bf View commit details
    Browse the repository at this point in the history