Skip to content

Commit

Permalink
Merge pull request #44 from codex-team/add-ignore-patterns
Browse files Browse the repository at this point in the history
Patched add ignore patterns
  • Loading branch information
e11sy authored Apr 3, 2024
2 parents 2af5a55 + 748683d commit 492d4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-codex",
"version": "1.8.4",
"version": "1.9.2",
"main": "index.js",
"repository": "github:codex-team/eslint-config",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"parser": "@typescript-eslint/parser",
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error", {
"args": "after-used",
"argsIgnorePattern": "^_",
Expand Down

0 comments on commit 492d4f4

Please sign in to comment.