unplugin-vue-components icon indicating copy to clipboard operation
unplugin-vue-components copied to clipboard

Configuration option to add semi colon / change quote of generated components.d.ts

Open coyotte508 opened this issue 2 years ago • 1 comments

Make generateDeclaration flexible (maybe have options.dts accept an object?)

Otherwise the file is constantly marked as changed if the linter / lint staged configuration changes the semi colon / quote setting during commit.

coyotte508 avatar Sep 20 '21 08:09 coyotte508

I think you should exclude this file from linter config

Djaler avatar Sep 23 '21 18:09 Djaler

You should exclude dts file in Prettier or ESLint.

sxzz avatar Sep 06 '22 09:09 sxzz