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

Adding "allow-declarations" to only-arrow-functions #1452

Merged
merged 12 commits into from
Aug 9, 2016
Merged

Adding "allow-declarations" to only-arrow-functions #1452

merged 12 commits into from
Aug 9, 2016

Commits on Apr 22, 2016

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

Commits on Apr 26, 2016

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

Commits on Apr 27, 2016

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

Commits on Jun 22, 2016

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

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    4b5c9e6 View commit details
    Browse the repository at this point in the history
  2. Added only-arrow-functions "allow-declarations"

    This allows traditional standalone function declarations.
    Josh Goldberg committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    c8e083f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Fixed tslint violation with quotemarks

    Josh Goldberg committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    c3b4eaf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Merged branch master into some-non-arrow-functions

    Also fixed up rule specifiers as per project guidelines.
    Josh Goldberg committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    87381dc View commit details
    Browse the repository at this point in the history
  2. Renamed only-arrow-functions full->default tests

    Josh Goldberg committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    e8d0aba View commit details
    Browse the repository at this point in the history
  3. Simplified option check in OnlyArrowFunctionsWalker

    Josh Goldberg committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    a55f6d6 View commit details
    Browse the repository at this point in the history
  4. Fixed a stray README.md newline

    Josh Goldberg committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    47cf778 View commit details
    Browse the repository at this point in the history
  5. Fixed OnlyArrowFunctionsWalker inverted logic check

    Josh Goldberg committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    be8cccf View commit details
    Browse the repository at this point in the history