Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52b7362

Browse files
committed
feat(tetlint): add acronym
1 parentc5035e3 commit52b7362

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎coverage.textlintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"max": 3,
66
"strict": true
77
},
8+
"unexpanded-acronym": true,
89
"no-double-negative-ja": true,
910
"no-doubled-joshi": {
1011
"min_interval": 1,

‎package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"test:js":"mocha",
2929
"test":"npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
3030
"textlint:strict":"summary-to-path | xargs textlint -c coverage.textlintrc",
31+
"textlint:coverage":"npm run textlint:strict -- -f lcov | lcov-summary",
3132
"travis:coverage":"summary-to-path | xargs textlint -c coverage.textlintrc -f codecov | codecov"
3233
},
3334
"keywords": [
@@ -38,6 +39,7 @@
3839
"devDependencies": {
3940
"babel-cli":"^6.3.13",
4041
"babel-preset-es2015":"^6.3.13",
42+
"codecov-json-to-lcov":"^1.1.1",
4143
"codecov.io":"^0.1.6",
4244
"connect":"^3.4.0",
4345
"eslint":"^1.3.0",
@@ -52,6 +54,7 @@
5254
"gitbook-plugin-richquotes":"0.0.7",
5355
"gitbook-summary-to-path":"^1.0.1",
5456
"jsdom":"^7.0.1",
57+
"lcov-summary":"^1.0.1",
5558
"mdast":"^2.1.0",
5659
"mocha":"^2.2.5",
5760
"nlcst-to-string":"^1.0.0",
@@ -61,6 +64,7 @@
6164
"stemming-x-keywords":"^1.0.3",
6265
"textlint":"^5.2.0",
6366
"textlint-formatter-codecov":"^1.0.2",
67+
"textlint-formatter-lcov":"^1.0.2",
6468
"textlint-rule-max-ten":"^2.0.0",
6569
"textlint-rule-no-double-negative-ja":"^1.0.2",
6670
"textlint-rule-no-doubled-joshi":"^2.0.0",
@@ -70,6 +74,7 @@
7074
"textlint-rule-prh":"^2.0.0",
7175
"textlint-rule-sentence-length":"^1.0.4",
7276
"textlint-rule-spellcheck-tech-word":"^4.0.1",
77+
"textlint-rule-unexpanded-acronym":"^1.2.0",
7378
"unist-util-is":"^1.0.0",
7479
"unist-util-parents":"^0.1.1",
7580
"unist-util-select":"^1.0.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp