We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d6bde commit eaa4c44Copy full SHA for eaa4c44
example/package.json
@@ -1,7 +1,6 @@
1
{
2
"private": true,
3
"scripts": {
4
- "pretest": "npm rm textlint-rule-preset-ja-technical-writing && npm i",
5
"textlint": "textlint ../README.md",
6
"test": "npm run textlint"
7
},
package.json
@@ -31,11 +31,11 @@
31
],
32
"devDependencies": {
33
"markdown-toc": "^1.0.2",
34
- "mocha": "^3.0.0"
+ "mocha": "^4.0.1"
35
36
"dependencies": {
37
"textlint-rule-ja-no-abusage": "^1.1.1",
38
- "textlint-rule-ja-no-mixed-period": "^1.0.2",
+ "textlint-rule-ja-no-mixed-period": "^2.0.0",
39
"textlint-rule-ja-no-successive-word": "^1.0.1",
40
"textlint-rule-ja-no-weak-phrase": "^1.0.2",
41
"textlint-rule-max-comma": "^1.0.2",
0 commit comments