UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 247 B
module.exports = { rules: { /** * 禁止 import 指定的模块 * @category ECMAScript 6 * @reason 它用于限制某个具体的模块不能使用 */ 'no-restricted-imports': 'off' } };