textlint-rule-helper
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "textlint-rule-helper", | ||
"description": "Helper for textlint rule.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"homepage": "https://github.com/azu/textlint-rule-helper/", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -79,2 +79,3 @@ # textlint-rule-helper | ||
```js | ||
var RuleHelper = require("textlint-rule-helper").RuleHelper; | ||
module.exports = function (context) { | ||
@@ -81,0 +82,0 @@ var helper = new RuleHelper(context); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8367
119