Skip to content

Commit 96951fc

Browse files
scottyeckKyleAMathews
authored andcommitted
Fix wrong plugin name leftover from name-change (#3307)
* Fix wrong plugin name leftover from name-change * Work around stupid eslint rule * Actually just disable the rule
1 parent b3eb383 commit 96951fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"rules": {
2929
"no-console": "off",
30+
"no-inner-declarations": "off",
3031
"valid-jsdoc": "off",
3132
"require-jsdoc": "off",
3233
"quotes": ["error", "backtick"],

docs/docs/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ root.
7777
## Official plugins
7878

7979
* [gatsby-plugin-catch-links](/packages/gatsby-plugin-catch-links/)
80-
* [gatsby-plugin-client-only-paths](/packages/gatsby-plugin-client-only-paths/)
80+
* [gatsby-plugin-create-client-paths](/packages/gatsby-plugin-create-client-paths/)
8181
* [gatsby-plugin-coffeescript](/packages/gatsby-plugin-coffeescript/)
8282
* [gatsby-plugin-feed](/packages/gatsby-plugin-feed/)
8383
* [gatsby-plugin-glamor](/packages/gatsby-plugin-glamor/)

0 commit comments

Comments
 (0)