UNPKG

eslint-config-alloy

Version:
12 lines (11 loc) 281 B
module.exports = { rules: { /** * 使用 String#startsWith 而不是其他方式 * @category TypeScript * @fixable * @requires-types-information */ '@typescript-eslint/prefer-string-starts-ends-with': 'off' } };