@octohash/eslint-config 0.2.5 → 0.2.6

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/dist/index.mjs +2 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -7,7 +7,8 @@ async function octohash() {
7
7
  name: "octohash/octohash/rules",
8
8
  rules: {
9
9
  "pnpm/yaml-enforce-settings": "off",
10
- "markdown/no-unused-definitions": "off"
10
+ "markdown/no-unused-definitions": "off",
11
+ "e18e/ban-dependencies": "error"
11
12
  }
12
13
  }];
13
14
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@octohash/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "description": "Personal ESLint config based on @antfu/eslint-config with opinionated extensions.",
6
6
  "author": "jinghaihan",
7
7
  "license": "MIT",
@@ -58,7 +58,7 @@
58
58
  "eslint-plugin-better-tailwindcss": "^4.3.2",
59
59
  "vitest": "^4.0.18",
60
60
  "@types/node": "^25.4.0",
61
- "@octohash/eslint-config": "0.2.5"
61
+ "@octohash/eslint-config": "0.2.6"
62
62
  },
63
63
  "simple-git-hooks": {
64
64
  "pre-commit": "pnpm nano-staged"