UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 184 B
module.exports = { rules: { /** * 禁止直接 new require('foo') * @category Node.js and CommonJS */ 'no-new-require': 'error' } };