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: migrate a new rule 'use-read-only-spread' #472

Merged
merged 1 commit into from
Apr 6, 2021
Merged

feat: migrate a new rule 'use-read-only-spread' #472

merged 1 commit into from
Apr 6, 2021

Commits on Mar 17, 2021

  1. feat: migrate a new rule 'use-read-only-spread'

    This commit adds a new rule 'use-read-only-spread' originally developed and used here: https://github.com/adeira/universe/blob/91ba39d4f59ac0376121b67e443f474a6ade4feb/src/eslint-plugin-adeira/src/rules/flow-use-readonly-spread.js
    
    It prevents users from accidentally creating an object which is no longer read-only because of Flow spread operator.
    mrtnzlml committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    00d9c6e View commit details
    Browse the repository at this point in the history