mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
lint: Bump ESLint dependencies
This commit is contained in:
parent
005ca0bb09
commit
8eb310854d
5 changed files with 1477 additions and 509 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue