Skip to content

Commit

Permalink
Ignore js files in rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Apr 29, 2024
1 parent 1fe3961 commit 6a5ddb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ node_modules
tmp
dst
packages/ci/src/interfaces/kolkrabbi.ts
packages/oauth-v5/test/
packages/certs-v5/test/
packages/pg-v5/test/
packages/run-v5/test/
packages/spaces/test/
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"oclif-typescript",
"plugin:mocha/recommended"
],
"ignorePatterns": ["*.js"],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-empty-function": "off",
Expand Down

0 comments on commit 6a5ddb5

Please sign in to comment.