diff --git a/eslint/rules/bad-sim-text.js b/eslint/rules/bad-sim-text.js index 6bf885b20..d240aad31 100644 --- a/eslint/rules/bad-sim-text.js +++ b/eslint/rules/bad-sim-text.js @@ -28,7 +28,7 @@ module.exports = function( context ) { // IE doesn't support: 'Number.parseInt(', - 'Array.prototype.find', + 'Array.prototype.find' // DOT/Util.toFixed or DOT/Util.toFixedNumber should be used instead of toFixed. // JavaScript's toFixed is notoriously buggy. Behavior differs depending on browser,