3.0.0 • Published 5 years ago

prettier-plugin-wxml v3.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.6

5 years ago

2.0.9

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago