We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9994f1d commit f1f772aCopy full SHA for f1f772a
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## 10.0.2 - 2017-04-14
7
+
8
+### Changed rules
9
10
+- Relax rule: Disallow import of modules using absolute paths ([import/no-absolute-path](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-absolute-path.md)) [#861](https://github.com/feross/standard/issues/861)
11
+ - This rule was responsible for up to 25% of the running time of `standard`, so we are disabling it until its performance improves.
12
13
## 10.0.1 - 2017-04-06
14
15
- Internal changes (incremented dependency versions)
0 commit comments