lint: Add `'use strict';`

pull/5277/head
Richard Hansen 2021-11-13 03:02:40 -05:00
parent 0f7c5a8782
commit 3c6aef11bd
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
'use strict';
const common = require('../common');
const settings = require('../../../node/utils/Settings');