File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "rules": {
3+ // strictオプションの有効化
34 "max-ten": {
45 "max": 3,
56 "strict": true
2324 ]
2425 },
2526 "preset-jtf-style": {
27+ // デフォルト無効のオプション
2628 "2.1.2.漢字": true,
29+ "2.1.5.カタカナ": true,
30+ "2.1.6.カタカナの長音": true,
31+ "2.2.1.ひらがなと漢字の使い分け": true,
2732 "4.2.2.疑問符(?)": false,
2833 "4.3.1.丸かっこ()": false
2934 }
Original file line number Diff line number Diff line change 2727 "test:example" : " find ./src -name '*-example.js' | xargs babel-node" ,
2828 "test:js" : " mocha" ,
2929 "test" : " npm-run-all --parallel test:js test:example textlint eslint:md eslint build" ,
30+ "textlint:strict" : " summary-to-path | xargs textlint -c coverage.textlintrc" ,
3031 "travis:coverage" : " summary-to-path | xargs textlint -c coverage.textlintrc -f codecov | codecov"
3132 },
3233 "keywords" : [
You can’t perform that action at this time.
0 commit comments