lint: Bump eslint-config-etherpad to 1.0.13

Also bump eslint to 7.14.0.
This commit is contained in:
Richard Hansen 2020-11-27 01:21:26 -05:00 committed by John McLear
parent 750c7cb1cf
commit 2fdac836d0
5 changed files with 32 additions and 32 deletions

View file

@ -145,7 +145,7 @@ fs.readdir(pluginPath, (err, rootFiles) => {
if (autoFix) {
const devDependencies = {
'eslint': '^7.14.0',
'eslint-config-etherpad': '^1.0.10',
'eslint-config-etherpad': '^1.0.13',
'eslint-plugin-mocha': '^8.0.0',
'eslint-plugin-node': '^11.1.0',
'eslint-plugin-prefer-arrow': '^1.2.2',