@@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
6
## [ Unreleased]
7
-
7
+ ### Added
8
+ - New rule [ ` no-internal-modules ` ] : restrict deep package imports to specific folders. ([ #485 ] , thanks [ @spalger ] !)
8
9
9
10
## [ 1.15.0] - 2016-09-12
10
11
### Added
@@ -301,6 +302,7 @@ for info on changes for earlier releases.
301
302
[ `no-restricted-paths` ] : ./docs/rules/no-restricted-paths.md
302
303
[ `no-absolute-path` ] : ./docs/rules/no-absolute-path.md
303
304
[ `max-dependencies` ] : ./docs/rules/max-dependencies.md
305
+ [ `no-internal-modules` ] : ./docs/rules/no-internal-modules.md
304
306
305
307
[ #538 ] : https://github.com/benmosher/eslint-plugin-import/pull/538
306
308
[ #527 ] : https://github.com/benmosher/eslint-plugin-import/pull/527
@@ -309,6 +311,7 @@ for info on changes for earlier releases.
309
311
[ #503 ] : https://github.com/benmosher/eslint-plugin-import/pull/503
310
312
[ #499 ] : https://github.com/benmosher/eslint-plugin-import/pull/499
311
313
[ #489 ] : https://github.com/benmosher/eslint-plugin-import/pull/489
314
+ [ #485 ] : https://github.com/benmosher/eslint-plugin-import/pull/485
312
315
[ #461 ] : https://github.com/benmosher/eslint-plugin-import/pull/461
313
316
[ #444 ] : https://github.com/benmosher/eslint-plugin-import/pull/444
314
317
[ #428 ] : https://github.com/benmosher/eslint-plugin-import/pull/428
@@ -445,3 +448,4 @@ for info on changes for earlier releases.
445
448
[ @wKich ] : https://github.com/wKich
446
449
[ @tizmagik ] : https://github.com/tizmagik
447
450
[ @knpwrs ] : https://github.com/knpwrs
451
+ [ @spalger ] : https://github.com/spalger
0 commit comments