X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcore-js%2Finternals%2Fmath-fround.js;h=f7615280e48d1082c67a7dc9d6ebe63040c5d0d9;hp=39737a7912a02d514b61f02d6d174f2abe58c59c;hb=3be0a9efc698a9570a44456009afc6014812625a;hpb=d2f432cc757f42f0318fdddcab8c00b240d47088 diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/math-fround.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/math-fround.js index 39737a79..f7615280 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/math-fround.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/core-js/internals/math-fround.js @@ -13,6 +13,7 @@ var roundTiesToEven = function (n) { // `Math.fround` method implementation // https://tc39.es/ecma262/#sec-math.fround +// eslint-disable-next-line es/no-math-fround -- safe module.exports = Math.fround || function fround(x) { var $abs = abs(x); var $sign = sign(x);