@agilebot/eslint-plugin 0.1.4 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/index.js +1 -2
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -53,7 +53,6 @@ module.exports.configs = {
53
53
  '@agilebot/import/enforce-icon-alias': 'error',
54
54
  '@agilebot/import/monorepo': 'error',
55
55
  '@agilebot/others/no-unnecessary-template-literals': 'error'
56
- },
57
- settings: {}
56
+ }
58
57
  }
59
58
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilebot/eslint-plugin",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Agilebot's ESLint plugin",
5
5
  "main": "lib",
6
6
  "license": "MIT",
@@ -17,7 +17,7 @@
17
17
  "node": "^18.18.0 || >=20.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@typescript-eslint/utils": "^7.1.1",
20
+ "@typescript-eslint/utils": "^7.6.0",
21
21
  "fast-glob": "^3.3.2"
22
22
  },
23
23
  "peerDependencies": {