Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 24, 2022
1 parent 0779bfd commit 38debfa
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 @@ -207,7 +207,7 @@
"warn",
"WithStatement",
{
"message": "substr is deprecated, use slice or substring instead",
"message": "substr() is deprecated, use slice() or substring() instead",
"selector": "MemberExpression > Identifier[name='substr']"
}
],
Expand Down

0 comments on commit 38debfa

Please sign in to comment.