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.
- package/configs/javascript.js +2 -1
- package/package.json +1 -1
package/configs/javascript.js
CHANGED
|
@@ -622,7 +622,8 @@ const suggestions = {
|
|
|
622
622
|
|
|
623
623
|
radix: ["error", "always"],
|
|
624
624
|
|
|
625
|
-
|
|
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