We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb8a6 commit 4f92536Copy full SHA for 4f92536
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