mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
checkPlugin: Bump eslint, eslint-config-etherpad versions
This commit is contained in:
parent
ba1c468865
commit
6890bfada1
1 changed files with 2 additions and 2 deletions
|
@ -207,8 +207,8 @@ fs.readdir(pluginPath, (err, rootFiles) => {
|
|||
console.warn('Missing an eslint reference in devDependencies');
|
||||
if (autoFix) {
|
||||
const devDependencies = {
|
||||
'eslint': '^7.14.0',
|
||||
'eslint-config-etherpad': '^1.0.13',
|
||||
'eslint': '^7.17.0',
|
||||
'eslint-config-etherpad': '^1.0.22',
|
||||
'eslint-plugin-mocha': '^8.0.0',
|
||||
'eslint-plugin-node': '^11.1.0',
|
||||
'eslint-plugin-prefer-arrow': '^1.2.2',
|
||||
|
|
Loading…
Reference in a new issue