eslint-config-webpack 4.0.3 → 4.0.4

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.
@@ -622,7 +622,8 @@ const suggestions = {
622
622
 
623
623
  radix: ["error", "always"],
624
624
 
625
- "require-await": "error",
625
+ // `require-await` doesn't work when the function returns Promise<any>
626
+ // "require-await": "off",
626
627
 
627
628
  // No need
628
629
  // "require-unicode-regexp": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-webpack",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "author": "Joshua Wiens (https://twitter.com/@d3viant0ne)",
5
5
  "license": "MIT",
6
6
  "description": "Provides Webpack's eslint rules as an extensible shared config",