UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 172 B
module.exports = { rules: { /** * 使用 String#startsWith 而不是其他方式 */ '@typescript-eslint/prefer-string-starts-ends-with': 'off', }, };