3.0.0 • Published 3 years ago

prettier-plugin-wxml v3.0.0

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

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago