Skip to content

Commit

Permalink
v19.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eglove committed Nov 7, 2024
1 parent 6dcfbd9 commit bdb96f5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 15 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default tseslint.config(
a11y: a11y,
},
rules: {
"depend/ban-dependencies": ["error", { allowed: ["lodash"] }],
"depend/ban-dependencies": ["error", { allowed: ["lodash", "fs-extra"] }],
"cspell/spellchecker": [
"error",
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethang/eslint-config",
"version": "19.14.8",
"version": "19.14.9",
"repository": {
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
},
Expand All @@ -25,7 +25,7 @@
"@tanstack/eslint-plugin-router": "^1.79.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-barrel-files": "^2.1.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-depend": "^0.12.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@tanstack/eslint-plugin-router": "^1.79.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-barrel-files": "^2.1.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-depend": "^0.12.0",
Expand Down
48 changes: 37 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bdb96f5

Please sign in to comment.