File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
8
8
- [ ` no-named-as-default-member ` ] to ` warnings ` canned config
9
9
- add [ ` no-extraneous-dependencies ` ] rule ([ #241 ] , thanks [ @jfmengels ] )
10
10
11
+ ### Changed
12
+ - [ ` imports-first ` ] now allows directives (i.e. ` 'use strict' ` ) strictly before
13
+ any imports ([ #256 ] , thanks [ @lemonmade ] )
14
+
11
15
## [ 1.5.0] - 2016-04-18
12
16
### Added
13
17
- report resolver errors at the top of the linted file
@@ -144,7 +148,9 @@ for info on changes for earlier releases.
144
148
[ `no-namespace` ] : ./docs/rules/no-namespace.md
145
149
[ `no-named-as-default-member` ] : ./docs/rules/no-named-as-default-member.md
146
150
[ `no-extraneous-dependencies` ] : ./docs/rules/no-extraneous-dependencies.md
151
+ [ `imports-first` ] : ./docs/rules/imports-first.md
147
152
153
+ [ #256 ] : https://github.com/benmosher/eslint-plugin-import/pull/256
148
154
[ #243 ] : https://github.com/benmosher/eslint-plugin-import/pull/243
149
155
[ #241 ] : https://github.com/benmosher/eslint-plugin-import/pull/241
150
156
[ #239 ] : https://github.com/benmosher/eslint-plugin-import/pull/239
@@ -185,3 +191,4 @@ for info on changes for earlier releases.
185
191
[ @singles ] : https://github.com/singles
186
192
[ @jfmengels ] : https://github.com/jfmengels
187
193
[ @dmnd ] : https://github.com/dmnd
194
+ [ @lemonmade ] : https://github.com/lemonmade
You can’t perform that action at this time.
0 commit comments