3.0.0 • Published 4 years ago

prettier-plugin-wxml v3.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

prettier-plugin-wxml

prettier 插件,提供微信小程序 wxml 文件的格式化能力

环境搭建

npm install --save-dev prettier prettier-plugin-wxml

使用示例

./nodemodules/.bin/prettier --write '*/_.wxml'

效果展示

input

<view
  bindtap="onClick"
  catchtap="onCatchClick"
  class="cart-container"
  wx:if="true"
  style="height: 100vh"
/>

output

<view
  wx:if="true"
  class="cart-container"
  style="height: 100vh"
  bindtap="onClick"
  catchtap="onCatchClick"
/>

联系作者

github

3.0.0

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.6

4 years ago

2.0.9

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago