massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.math.expm1.js
index 7c755fc8e4c7e01f546b1120e9db1acecd1c031e..1ae920be1a7faf4c865994e4d7756e5f56388085 100644 (file)
@@ -3,4 +3,5 @@ var expm1 = require('../internals/math-expm1');
 
 // `Math.expm1` method
 // https://tc39.es/ecma262/#sec-math.expm1
+// eslint-disable-next-line es/no-math-expm1 -- required for testing
 $({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });