eslint-config-henderea 2.0.4 → 2.0.5

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/eslint.config.mjs CHANGED
@@ -115,6 +115,7 @@ export default [
115
115
  'no-redeclare': ['error', {
116
116
  builtinGlobals: false,
117
117
  }],
118
+ '@typescript-eslint/no-require-imports': 0,
118
119
  },
119
120
  },
120
121
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-henderea",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "ESLint Config used by henderea",
5
5
  "main": "index.mjs",
6
6
  "author": "henderea",