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(eslint-plugin): added new rule prefer-readonly #555

Merged
merged 10 commits into from Jun 24, 2019

Commits on May 26, 2019

  1. feat(eslint-plugin): added new rule prefer-readonly

    Adds the equivalent of TSLint's `prefer-readonly` rule.
    Josh Goldberg committed May 26, 2019
    Copy the full SHA
    fd0d878 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Merge branch 'master'

    Josh Goldberg committed May 27, 2019
    Copy the full SHA
    69a7a8f View commit details
    Browse the repository at this point in the history
  2. Added docs, auto-fixing

    Josh Goldberg committed May 27, 2019
    Copy the full SHA
    5728818 View commit details
    Browse the repository at this point in the history
  3. Updated docs; love the new build time checks!

    Josh Goldberg committed May 27, 2019
    Copy the full SHA
    a10f82d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Fixed linting errors (ha) and corrected internal source

    Josh Goldberg committed May 28, 2019
    Copy the full SHA
    c80f1f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. PR feedback: non recommended; :exit; some test coverage

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    4067897 View commit details
    Browse the repository at this point in the history
  2. I guess tslintRuleName isn't allowed now?

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    88e21fb View commit details
    Browse the repository at this point in the history
  3. Added back recommended as false

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    f0f7557 View commit details
    Browse the repository at this point in the history
  4. Removed :exit; fixed README.md table

    Josh Goldberg committed Jun 1, 2019
    Copy the full SHA
    f70bbe1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

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