lint: Bump ESLint dependencies

This commit is contained in:
Richard Hansen 2022-02-20 18:05:57 -05:00
parent 005ca0bb09
commit 8eb310854d
5 changed files with 1477 additions and 509 deletions

View file

@ -1,5 +1,8 @@
'use strict';
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('eslint-config-etherpad/patch/modern-module-resolution');
module.exports = {
root: true,
extends: 'etherpad/plugin',