eslint 4.18.0 → 4.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/rules/no-await-in-loop.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
v4.18.1 - February 20, 2018
|
2
|
+
|
3
|
+
* f417506 Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993) (Teddy Katz)
|
4
|
+
* 3e99363 Docs: Fixed typo in key-spacing rule doc (#9987) (Jaid)
|
5
|
+
* 7c2cd70 Docs: deprecate experimentalObjectRestSpread (#9986) (Toru Nagashima)
|
6
|
+
|
1
7
|
v4.18.0 - February 16, 2018
|
2
8
|
|
3
9
|
* 70f22f3 Chore: Apply memoization to config creation within glob utils (#9944) (Kenton Jacobsen)
|