UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 249 B
module.exports = { rules: { /** * 禁止使用特定的语法 * @category Uncategorized * @reason 它用于限制某个具体的语法不能使用 */ 'vue/no-restricted-syntax': 'off' } };