Skip to content

Commit

Permalink
Merge pull request #942 from aligent/feature/add-eslint-array-callbac…
Browse files Browse the repository at this point in the history
…k-return-rule

Added the array-callback-return eslint rule to the base eslintrc json file
  • Loading branch information
kyle-combeer-aligent authored May 27, 2024
2 parents 0fdc8e3 + 1e00d82 commit 75872b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}
]
}
]
],
"array-callback-return": "error"
}
},
{
Expand Down

0 comments on commit 75872b9

Please sign in to comment.