UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 222 B
module.exports = { rules: { /** * 禁止给类的构造函数的参数添加修饰符 * @category TypeScript */ '@typescript-eslint/no-parameter-properties': 'error' } };