Skip to content

Commit

Permalink
comment out toFixed rule, #737
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 18, 2019
1 parent fe8968b commit 7191745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/rules/bad-sim-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7191745

Please sign in to comment.