UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 177 B
module.exports = { rules: { /** * 禁止重复 import 模块 * @category ECMAScript 6 */ 'no-duplicate-imports': 'error' } };