Skip to content

Commit

Permalink
Perform minor dependancy bump 📤
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Jan 2, 2024
1 parent 1a8d9ad commit 9c97fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"files": "test/**/*.test.js",
"rules": {
"import/no-extraneous-dependencies": "off"
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off"
}
}
]
Expand Down

0 comments on commit 9c97fa1

Please sign in to comment.