0.0.44 • Published 1 day ago

volar-service-prettier v0.0.44

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

volar-service-prettier

Volar plugin for prettier.

Installation

npm install volar-service-prettier

Usage

volar.config.js

module.exports = {
	services: [
		require('volar-service-prettier').create(
			{
				languages: ['html', 'css', 'scss', 'typescript', 'javascript'],
				html: {
					breakContentsFromTags: true,
				},
				ignoreIdeOptions: true,
			},
			// provide your prettier options, otherwise auto resolve config file by plugin
			() => ({
				// ...
			})
		),
	],
};

License

MIT © Pacharapol Withayasakpunt

0.0.44

1 day ago

0.0.43

5 days ago

0.0.41

11 days ago

0.0.42

11 days ago

0.0.40

17 days ago

0.0.39

17 days ago

0.0.38

1 month ago

0.0.37

1 month ago

0.0.36

1 month ago

0.0.35

2 months ago

0.0.34

2 months ago

0.0.33

2 months ago

0.0.31-patch.2

2 months ago

0.0.32

2 months ago

0.0.31-patch.1

2 months ago

0.0.31

3 months ago

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.10-alpha.1

10 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.1

1 year ago

0.0.0

1 year ago