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 b3eb383 commit 96951fcCopy full SHA for 96951fc
.eslintrc
@@ -27,6 +27,7 @@
27
},
28
"rules": {
29
"no-console": "off",
30
+ "no-inner-declarations": "off",
31
"valid-jsdoc": "off",
32
"require-jsdoc": "off",
33
"quotes": ["error", "backtick"],
docs/docs/plugins.md
@@ -77,7 +77,7 @@ root.
77
## Official plugins
78
79
* [gatsby-plugin-catch-links](/packages/gatsby-plugin-catch-links/)
80
-* [gatsby-plugin-client-only-paths](/packages/gatsby-plugin-client-only-paths/)
+* [gatsby-plugin-create-client-paths](/packages/gatsby-plugin-create-client-paths/)
81
* [gatsby-plugin-coffeescript](/packages/gatsby-plugin-coffeescript/)
82
* [gatsby-plugin-feed](/packages/gatsby-plugin-feed/)
83
* [gatsby-plugin-glamor](/packages/gatsby-plugin-glamor/)
0 commit comments