提交 32323b22 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

move rules to eslint-config in chatie

上级 e914c557
// {
// "rules": {
// "indent": [
// "error",
// 4,
// {
// "CallExpression": {
// "arguments": "first"
// }
// }
// ]
// }
// }
const rules = {
// indent: ['error', 2, {
// CallExpression: {
// arguments: 'off',
// },
// SwitchCase: 1,
// }],
'no-useless-constructor': 'off',
'@typescript-eslint/no-useless-constructor': 'off',
'no-dupe-class-members': 'off',
'operator-linebreak': ['error', 'before'],
}
module.exports = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册