紫牙

Results 3 issues of 紫牙

```javascript // need blank line after blocks var obj = { foo: function() { return 1; }, bar: function() { return 2; } }; // not need blank line when...

my code: ``` javascript Mock.mock({ id: '@increment()', // ID name: '@cname()', // Chinese name enName: '@name()', // English name,there's a bug picture: '@image(200x200)', // Avatar phone: '13333333333', // Phone number...

Want to do like this: ```ts import setupExtend from 'unplugin-vue-setup-extend-plus/vite' export default { plugins: [ setupExtend({ mode: (id, attrs) => { return attrs.specailName } }) ] } ```