Skip to content

Commit

Permalink
chore: fix eslint extraneous dep error
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Aug 1, 2023
1 parent 4a14933 commit 6eca97d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ module.exports = {
rules: {
'prettier/prettier': ['error'],
'class-methods-use-this': 'off',
'import/no-extraneous-dependencies': [
'error',
{
devDependencies: ['**/jest*.ts', '**/*.test.ts'],
},
],
},
};

0 comments on commit 6eca97d

Please sign in to comment.