Add test case for custom rule that imports an ESM module (refs #477).

This commit is contained in:
David Anson 2022-01-11 23:08:53 -08:00
parent b1aef98220
commit 23d8ed7c01
5 changed files with 87 additions and 2 deletions

27
test/validate-json.md Normal file
View file

@ -0,0 +1,27 @@
# Validate JSON
Text
```json
{
"property": "value"
}
```
Text
```jsonc
{
// Comment
"property": "value"
}
```
Text
```json
{
"property": "value"
```
Text