We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ef38 commit af2b158Copy full SHA for af2b158
.eslintrc.cjs
@@ -5,5 +5,8 @@ require('eslint-config-etherpad/patch/modern-module-resolution');
5
6
module.exports = {
7
root: true,
8
+ rules:{
9
+ 'no-extraneous-require': 'off', // Turn off the rule here
10
+ },
11
extends: 'etherpad/plugin',
12
};
static/tests/backend/specs/test.js
@@ -1,5 +1,6 @@
1
'use strict';
2
3
+/* eslint n/no-extraneous-require: off */
4
const common = require('ep_etherpad-lite/tests/backend/common');
const etherpad = require('../../../../index');
0 commit comments