We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c451313 commit d12105eCopy full SHA for d12105e
ja/jQuery/README.md
@@ -13,4 +13,4 @@ jQueryでは`$.fn`を拡張する事で、`$()`の返り値であるjQueryオブ
13
<script src="greenify.js"></script>
14
```
15
16
-## どういう仕組み?fea
+## どういう仕組み?
package.json
@@ -24,7 +24,7 @@
24
"eslint": "eslint src/**/*.js",
25
"eslint:md": "eslint --ext .md ja/**/*.md",
26
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
27
- "test": "npm run textlint && npm run eslint:md && npm run eslint && npm run build"
+ "test": "mocha --recursive && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
28
},
29
"keywords": [
30
"plugin",
0 commit comments