'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', ignorePatterns: [ '/static/js/jquery.tmpl.min.js', '/static/js/moment-with-locales.min.js', ], };