Skip to content

Commit

Permalink
v19.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eglove committed Sep 10, 2024
1 parent 83bfbfe commit 1e05338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default tseslint.config(
},
rules: {
"depend/ban-dependencies": ["error", { allowed: ["lodash"] }],
"cspell/spellchecker": "error",
"cspell/spellchecker": ["error", { words: ["ethang"] }],
"barrel/avoid-barrel-files": "error",
"barrel/avoid-importing-barrel-files": "error",
"barrel/avoid-namespace-import": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethang/eslint-config",
"version": "19.5.0",
"version": "19.5.1",
"repository": {
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
},
Expand Down

0 comments on commit 1e05338

Please sign in to comment.