0.0.30 • Published 3 months ago

volar-service-pretty-ts-errors v0.0.30

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

volar-service-pretty-ts-errors

Volar plugin for pretty-ts-errors.

Installation

npm install prettier volar-service-pretty-ts-errors

Usage

volar.config.js

module.exports = {
	services: [
		require('volar-service-pretty-ts-errors').create(
			type => require('prettier').format(type, {
				parser: 'typescript',
				printWidth: 60,
				singleAttributePerLine: false,
				arrowParens: 'avoid',
			});
		),
	],
};

License

MIT © Johnson Chu

0.0.30

3 months ago

0.0.29

3 months ago

0.0.28

3 months ago

0.0.27

4 months ago

0.0.26

4 months ago

0.0.25

5 months ago

0.0.23

5 months ago

0.0.24

5 months ago

0.0.22

5 months ago

0.0.21

5 months ago

0.0.20

5 months ago

0.0.19

5 months ago

0.0.15

7 months ago

0.0.16

6 months ago

0.0.17

6 months ago

0.0.18

5 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

8 months ago

0.0.13

8 months ago

0.0.14

7 months ago

0.0.9

10 months ago

0.0.8

11 months ago

0.0.5

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago