From 2b471c72f30c06a33ff8fd67b8c3ffc061bdda92 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Thu, 15 Sep 2016 06:35:57 -0400 Subject: [PATCH] changelog note for #485 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3522dda4c..720d8cb0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] - +### Added +- New rule [`no-internal-modules`]: restrict deep package imports to specific folders. ([#485], thanks [@spalger]!) ## [1.15.0] - 2016-09-12 ### Added @@ -301,6 +302,7 @@ for info on changes for earlier releases. [`no-restricted-paths`]: ./docs/rules/no-restricted-paths.md [`no-absolute-path`]: ./docs/rules/no-absolute-path.md [`max-dependencies`]: ./docs/rules/max-dependencies.md +[`no-internal-modules`]: ./docs/rules/no-internal-modules.md [#538]: https://github.com/benmosher/eslint-plugin-import/pull/538 [#527]: https://github.com/benmosher/eslint-plugin-import/pull/527 @@ -309,6 +311,7 @@ for info on changes for earlier releases. [#503]: https://github.com/benmosher/eslint-plugin-import/pull/503 [#499]: https://github.com/benmosher/eslint-plugin-import/pull/499 [#489]: https://github.com/benmosher/eslint-plugin-import/pull/489 +[#485]: https://github.com/benmosher/eslint-plugin-import/pull/485 [#461]: https://github.com/benmosher/eslint-plugin-import/pull/461 [#444]: https://github.com/benmosher/eslint-plugin-import/pull/444 [#428]: https://github.com/benmosher/eslint-plugin-import/pull/428 @@ -445,3 +448,4 @@ for info on changes for earlier releases. [@wKich]: https://github.com/wKich [@tizmagik]: https://github.com/tizmagik [@knpwrs]: https://github.com/knpwrs +[@spalger]: https://github.com/spalger