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

Breaking: make no-redeclare stricter (fixes #11370, fixes #11405) #11509

Merged
merged 17 commits into from Apr 25, 2019

Commits on Mar 15, 2019

  1. Breaking: make no-redeclare checking comments

    - Implement eslint/rfcs#17
    - Fixes #11370
    - Remvoes the access to parserOptions from no-redeclare rule
    - Adds several tests for lexical bindings to no-redeclare rule
    mysticatea committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    4fb35f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722537a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9493cd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b05f8a View commit details
    Browse the repository at this point in the history
  5. update documents

    mysticatea committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    2fc6a2d View commit details
    Browse the repository at this point in the history
  6. fix markdownlint

    mysticatea committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    012bd52 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary compare

    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    not-an-aardvark and mysticatea committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    746f7cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    077b7ea View commit details
    Browse the repository at this point in the history
  9. remove migration guide

    mysticatea committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    adb28a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5df804 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Merge branch 'master' into no-redeclare/issue11370and11405

    # Conflicts:
    #	tests/lib/rules/no-redeclare.js
    mysticatea committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0cbc27d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Update docs/developer-guide/working-with-rules.md

    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    platinumazure and mysticatea committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    3e540e8 View commit details
    Browse the repository at this point in the history
  2. Update lib/util/ast-utils.js

    Co-Authored-By: mysticatea <star.ctor@gmail.com>
    platinumazure and mysticatea committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    60de98a View commit details
    Browse the repository at this point in the history
  3. add column to some tests

    mysticatea committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    8a3d88e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

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

Commits on Apr 5, 2019

  1. Merge branch 'master' into no-redeclare/issue11370and11405

    # Conflicts:
    #	lib/config/config-ops.js
    #	lib/linter.js
    #	tests/lib/config/config-ops.js
    mysticatea committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    b09ae65 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Merge branch 'master' into no-redeclare/issue11370and11405

    # Conflicts:
    #	package.json
    mysticatea committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    5dfc02e View commit details
    Browse the repository at this point in the history