mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
9 lines
221 B
JavaScript
9 lines
221 B
JavaScript
'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',
|
|
};
|