-
interopRequire は動的なrequireになるため、nowとかで静的な解決できなくて問題が起きる。
そのため、単純にimportしてから割り当てる形にする。
どちらにしても全て読み込むのは同じなのでimportに変更する
-
- [x] initial mocha setup
- [x] initial chai setup
- [ ] phantomjs for in-browser testing
- investigate [jest](https://facebook.github.io/jest/docs/en/more-resources.html#browse-the-docs) for js te…
-
I have some content like this:
```markdown
- list item 1
A paragraph describing this list item 1.
- list item 2.
A paragraph describing this list item.
- list item 3
Ano…
-
https://github.com/textlint-ja/textlint-rule-no-doubled-joshi/blob/8fdcf6336539b94ec4fdab0d517b1f7a3220e2dc/src/no-doubled-joshi.js#L139-L142
もしかしたら column + word_position で位置がずれているのかもしれない。
`ori…
-
We want to support TypeScript
-
I have a markdown file with the following contents:
```markdown
### JMS Messaging Properties
#### `ep.jms.type`
Developer Default: `org.apache.activemq.pool.PooledConnectionFactory`
The…
-
@azu
This rule currently tries to validate `mailto:` links. This does not make sense, since it cannot be validated without sending an email. The rule uses [`isomorphic-fetch`](https://github.com/mat…
-
@inouetakuya @potato4d @aytdm
[@textlint-rule/textlint-rule-no-invalid-control-character](https://github.com/textlint-rule/textlint-rule-no-invalid-control-character) を追加するのはどうでしょう?
不要な制御文字を検出し、`f…
-
Currently this rule does not report an error if there is a broken link within a text that is inside a markdown blockquote. For example:
```markdown
> If these property values do not exist in t…
-
This rule is currently reporting email address as an invalid relative link.
Here's my markdown sample:
```markdown
Send an email to [our support team](mailto:support@example.com) to request acc…