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

feat: add rule logical-assignment-operators #16102

Merged
merged 37 commits into from Sep 16, 2022

Commits on Jul 5, 2022

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

Commits on Jul 11, 2022

  1. docs: update rule documentation

    - State the concept of the rule clearer
    - Increase the heading level for options
    DMartens committed Jul 11, 2022
    Copy the full SHA
    e320bfd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e3e4672 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f667a30 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Copy the full SHA
    b0b978a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21cc419 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8a1da4b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9bd6e23 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a55ae4c View commit details
    Browse the repository at this point in the history
  6. fix: remove file extension from import

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    DMartens and mdjermanovic committed Jul 12, 2022
    Copy the full SHA
    9a4b7f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Copy the full SHA
    a548dd4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    613c2d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ec1e1a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

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

Commits on Aug 8, 2022

  1. Copy the full SHA
    ef42c44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d8dfc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Copy the full SHA
    9191a66 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Copy the full SHA
    0214ef8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Copy the full SHA
    adc1689 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    76ac24c View commit details
    Browse the repository at this point in the history
  3. fix: use the whole assignment operator with equals in the message and…

    … add operator for 'if' messages
    DMartens committed Sep 6, 2022
    Copy the full SHA
    784fefe View commit details
    Browse the repository at this point in the history
  4. docs: remove edit_link

    DMartens committed Sep 6, 2022
    Copy the full SHA
    fa5c0cc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e159e7a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ef1a3f8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c211235 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    aad522c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    863df8e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    88c5360 View commit details
    Browse the repository at this point in the history
  11. docs: add examples of for the 'enforceForIfStatements' option and swa…

    …p correct with incorrect sections
    DMartens committed Sep 6, 2022
    Copy the full SHA
    a99eb62 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    aa69bbf View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    7f2c77f View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    6e00a16 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    bf51265 View commit details
    Browse the repository at this point in the history
  16. docs: add missing comma in description

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    DMartens and mdjermanovic committed Sep 6, 2022
    Copy the full SHA
    5eb5c6b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Copy the full SHA
    839145f View commit details
    Browse the repository at this point in the history
  2. fix: do not allow property accesses in a computed property when check…

    …ing for a single property access
    DMartens committed Sep 7, 2022
    Copy the full SHA
    fde5e0f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    180155d View commit details
    Browse the repository at this point in the history