Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Rewrite semicolonRule #2240

Merged
merged 5 commits into from
Mar 10, 2017
Merged

Rewrite semicolonRule #2240

merged 5 commits into from
Mar 10, 2017

Commits on Mar 5, 2017

  1. Rewrite semicolonRule

    Simplify ASI checks for TypeAlias, import, export and debugger
    Simplify checks for semicolon
    [bugfix] Ignore comments when checking for unnecessary semicolon
    [bugfix] Don't report unnecessary semicolon when followed by regex literal
    [enhancement] New check for export statements
    [enhancement] Report unnecessary semicolons in classes and in statement position (for option "always"
     too)
    Fix lint errors
    ajafff committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    87e6f75 View commit details
    Browse the repository at this point in the history
  2. Check type literals and method declarations

    [enhancement] check for semicolon after method overload
    [enhancement] check for semicolon in type literals. To restore the old behaviour use the new options `ignore-type-literals`
    [new-rule-option] `ignore-type-literals` added to `semicolon`
    ajafff committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    9668992 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Revert type literal check for now

    Will be added later in a followup PR
    ajafff committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    1308f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4776763 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

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