massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.math.hypot.js
index 78c92f9e001a171538f609b027584dc2b803529f..30338d6b1f186c41513efc1186700ae24e68a68e 100644 (file)
@@ -1,5 +1,6 @@
 var $ = require('../internals/export');
 
+// eslint-disable-next-line es/no-math-hypot -- required for testing
 var $hypot = Math.hypot;
 var abs = Math.abs;
 var sqrt = Math.sqrt;