UNPKG

eslint-config-alloy

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