Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 3bba0f2

Browse files
author
Jan Krems
committedOct 14, 2016
chore: Disable lint for inactive code
1 parent 481693f commit 3bba0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/old-node-inspect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2020
* IN THE SOFTWARE.
2121
*/
22-
'use strict'; /* eslint no-underscore-dangle: 0 */
22+
'use strict'; /* eslint-disable */
2323
// Our equivalent of 'lib/_debugger.js' in node core
2424
const assert = require('assert');
2525
const crypto = require('crypto');

0 commit comments

Comments
 (0)