# wxml/report-wxml-syntax-error

# Backgroud

wxml

eslint-plugin-wxml using @wxml/parser as parser to parse wxml source code, it provide wxml syntax error message. If you think this rules contain bug, please report it by github issue (opens new window).

# Motivation

hint wxml syntax error in development time, save developer's time.

<view> <view /> {{ </view>
Now loading...

💡 tips

You can edit code via online editor, it's online REPL, try to fix eslint problem !

# Config

No special options, normal config is ok

{ "wxml/report-wxml-syntax-error": "error" }

# Version

This rule was introduced in eslint-plugin-wxml v0.2.1

# Implementation