duck8823 / duck8823/textlint-plugin-json

Final words

Open
#3 0 comments 1 reaction 0 assignees View on GitHub
bug good first issue
Dominant language
JavaScript
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I've run into a bug in which the final words in a string are not linted properly.

For example:

With this rule set up:

```
"terminology": {
"defaultTerms": true,
"terms": [
"ID"
]
}
```

The following object would not be linted properly:

```
"parameters": [
{
"in": "query",
"name": "merchantIds",
"description": "The merchant id"
}
]
```

While this one would:

```
"parameters": [
{
"in": "query",
"name": "merchantIds",
"description": "The merchant id to be found"
}
]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.