@plugjs/eslint-plugin 0.3.14 → 0.3.15

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/basic.mjs CHANGED
@@ -127,7 +127,7 @@ export const unicorn = {
127
127
 
128
128
  rules: {
129
129
  'unicorn/empty-brace-spaces': 'error',
130
- 'unicorn/no-instanceof-array': 'error',
130
+ 'unicorn/no-instanceof-builtins': 'error',
131
131
  'unicorn/prefer-node-protocol': 'error',
132
132
  },
133
133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plugjs/eslint-plugin",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "Shared ESLint configurations and extras",
5
5
  "main": "./index.mjs",
6
6
  "type": "module",
@@ -11,13 +11,13 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@eslint/js": "^9.21.0",
14
- "@stylistic/eslint-plugin": "^4.1.0",
14
+ "@stylistic/eslint-plugin": "^4.2.0",
15
15
  "eslint-import-resolver-node": "^0.3.9",
16
16
  "eslint-import-resolver-typescript": "^3.8.3",
17
17
  "eslint-plugin-import-x": "^4.6.1",
18
18
  "eslint-plugin-unicorn": "^57.0.0",
19
19
  "globals": "^16.0.0",
20
- "typescript-eslint": "^8.25.0"
20
+ "typescript-eslint": "^8.26.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "eslint": "^9.21.0"