Skip to content

Commit

Permalink
Merge pull request #23 from Gelio/develop
Browse files Browse the repository at this point in the history
Release v2.1.2
  • Loading branch information
Gelio authored Jun 5, 2019
2 parents 38510d4 + 54309e5 commit fa6db18
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 140 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.1.2 (6/5/2019)

- Update package dependencies to latest versions

## v2.1.1 (1/27/2019)

- Fix parsing `package.json` that does not have either `devDependencies` or `dependencies` at all.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![npm](https://img.shields.io/npm/dw/tslint-import-group-ordering.svg)](https://www.npmjs.com/package/tslint-import-group-ordering)
[![GitHub stars](https://img.shields.io/github/stars/Gelio/tslint-import-group-ordering.svg)](https://github.com/Gelio/tslint-import-group-ordering/stargazers)
[![GitHub license](https://img.shields.io/github/license/Gelio/tslint-import-group-ordering.svg)](https://github.com/Gelio/tslint-import-group-ordering)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/Gelio/tslint-import-group-ordering/.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FGelio%2Ftslint-import-group-ordering%2F)
[![Build Status](https://dev.azure.com/vorenygelio/vorenygelio/_apis/build/status/Gelio.tslint-import-group-ordering?branchName=master)](https://dev.azure.com/vorenygelio/vorenygelio/_build/latest?definitionId=1?branchName=master)

![Demo](https://imgur.com/download/DBMMoA6)
Expand All @@ -21,8 +20,8 @@
- preserves comments
- preserves non-import statements that appear in-between import statements

Even though it is against the ECMAScript Modules specification. The rule will not break your
code.
Even though it is allowed in the ECMAScript Modules specification, the rule discourages mixing
regular statements with import declarations.

## Usage

Expand Down
234 changes: 102 additions & 132 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa6db18

Please sign in to comment.