mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
lint: Add 'use strict';
This commit is contained in:
parent
0f7c5a8782
commit
3c6aef11bd
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
const common = require('../common');
|
||||
const settings = require('../../../node/utils/Settings');
|
||||
|
||||
|
|
Loading…
Reference in a new issue