We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06752d1 commit d4f2ef7Copy full SHA for d4f2ef7
test/parallel/test-repl.js
@@ -1,4 +1,6 @@
1
-/* eslint-disable max-len, strict */
+/* eslint-disable max-len */
2
+'use strict';
3
+
4
const common = require('../common');
5
const assert = require('assert');
6
0 commit comments