mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
lint: Fix some ESLint errors in pluginfw
This commit is contained in:
parent
a45e85a730
commit
a8479e4a0e
2 changed files with 4 additions and 7 deletions
|
@ -5,9 +5,6 @@ const hooks = require('./hooks');
|
|||
const path = require('path');
|
||||
const runNpm = require('../../../node/utils/run_npm');
|
||||
const tsort = require('./tsort');
|
||||
const util = require('util');
|
||||
const settings = require('../../../node/utils/Settings');
|
||||
|
||||
const pluginUtils = require('./shared');
|
||||
const defs = require('./plugin_defs');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue