Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
Co-authored-by: Kazuaki Matsuo <[email protected]>
  • Loading branch information
talentlessguy and KazuCocoa authored Jul 1, 2024
1 parent 3918e8a commit 7b927ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"files": "lib/**/*.js",
"rules": {
"promise/no-native": "off"
"promise/no-native": "off",
"@typescript-eslint/no-var-requires": "off"
}
},
Expand Down

0 comments on commit 7b927ac

Please sign in to comment.