UNPKG

eslint-config-etherpad

Version:

ESLint shareable config used for Etherpad and its plugins

10 lines (7 loc) 194 B
'use strict'; // This is a workaround for https://github.com/eslint/eslint/issues/3458 require('./patch/modern-module-resolution'); module.exports = { root: true, extends: './node.js', };