UNPKG

encode-eslint-config

Version:
16 lines (12 loc) 332 B
module.exports = { rules: { // 使用 2 个空格缩进 // @unessential '@typescript-eslint/indent': 'off', // 使用分号 // @unessential '@typescript-eslint/semi': 'off', '@typescript-eslint/adjacent-overload-signatures': 'warn', '@typescript-eslint/no-parameter-properties': 'warn', }, };