UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 209 B
module.exports = { rules: { /** * 禁止对 __dirname 或 __filename 使用字符串连接 * @category Node.js and CommonJS */ 'no-path-concat': 'error' } };