]> zoso.dev Git - buffer.git/commitdiff
standard
authorFeross Aboukhadijeh <feross@feross.org>
Tue, 27 Oct 2020 21:32:54 +0000 (11:32 -1000)
committerFeross Aboukhadijeh <feross@feross.org>
Tue, 27 Oct 2020 21:49:03 +0000 (11:49 -1000)
index.js

index bfc9b16935f7459d2fe693917da96d1d91457e22..896dbca10cfabc16093a5c7b9ecbd49467701549 100644 (file)
--- a/index.js
+++ b/index.js
@@ -11,8 +11,8 @@
 var base64 = require('base64-js')
 var ieee754 = require('ieee754')
 var customInspectSymbol =
-  (typeof Symbol === 'function' && typeof Symbol['for'] === 'function')
-    ? Symbol['for']('nodejs.util.inspect.custom')
+  (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation
+    ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation
     : null
 
 exports.Buffer = Buffer