Skip to content

Commit e14b95d

Browse files
Trottaduh95
authored andcommitted
debugger: disable only the lint rules required by current file state
1 parent f3a10e2 commit e14b95d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/internal/inspector/inspect_repl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
*/
2222

2323
// TODO(trott): enable ESLint
24-
/* eslint-disable */
24+
/* eslint-disable getter-return, no-restricted-syntax,
25+
node-core/prefer-primordials */
2526

2627
'use strict';
2728
const FS = require('fs');

0 commit comments

Comments
 (0)