eslint-config-webpack 4.7.2 → 4.7.3

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.
Files changed (2) hide show
  1. package/configs/node.js +6 -0
  2. package/package.json +1 -1
package/configs/node.js CHANGED
@@ -211,6 +211,12 @@ async function getModuleConfig() {
211
211
  rules: {
212
212
  ...nodeConfig.rules,
213
213
  ...commonRules,
214
+ "n/no-unsupported-features/es-syntax": [
215
+ "error",
216
+ {
217
+ ignores: ["modules", "error-cause"],
218
+ },
219
+ ],
214
220
  "import/extensions": [
215
221
  "error",
216
222
  "always",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-webpack",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "Provides Webpack's eslint rules as an extensible shared config",
5
5
  "keywords": [
6
6
  "eslint",