我使用VS Code安装了Prettier和ESLint。我想知道我是否可以有这样的规则:
//comment something function make() { doSomething(); } //formatter adds this line to separate the bracket above from the comment below //comment something function make() { doSomething(); }
const obj = { prop: { foo: 'bar' }, prop2: { foo: 'bar' } }