@entreprise-os/eslint-config 2.4.78 → 2.4.79

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/index.js +1 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -50,14 +50,7 @@ export default [
50
50
  "prefer-const": "error", // Use const when variable is never reassigned
51
51
  "no-duplicate-imports": "error",
52
52
  "no-unused-vars": "off", // Turn off base rule
53
- "@typescript-eslint/no-unused-vars": [
54
- "warn",
55
- {
56
- argsIgnorePattern: "^_",
57
- varsIgnorePattern: "^_",
58
- caughtErrorsIgnorePattern: "^_",
59
- },
60
- ],
53
+ "@typescript-eslint/no-unused-vars": "error",
61
54
 
62
55
  // TypeScript Specific
63
56
  "@typescript-eslint/no-explicit-any": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entreprise-os/eslint-config",
3
- "version": "2.4.78",
3
+ "version": "2.4.79",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "license": "MIT",