UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 185 B
module.exports = { rules: { /** * 禁止直接使用 Buffer * @category Node.js and CommonJS */ 'no-buffer-constructor': 'error' } };