Skip to content

Commit

Permalink
Update ignore patterns to just target js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Apr 29, 2024
1 parent 6a5ddb5 commit f85b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"oclif-typescript",
"plugin:mocha/recommended"
],
"ignorePatterns": ["*.js"],
"ignorePatterns": ["**/test/**/*.js"],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "off",
Expand Down

0 comments on commit f85b90f

Please sign in to comment.