Skip to content

Commit

Permalink
Fix wrong plugin name leftover from name-change (gatsbyjs#3307)
Browse files Browse the repository at this point in the history
* Fix wrong plugin name leftover from name-change

* Work around stupid eslint rule

* Actually just disable the rule
  • Loading branch information
scottyeck authored and KyleAMathews committed Dec 21, 2017
1 parent b3eb383 commit 96951fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"rules": {
"no-console": "off",
"no-inner-declarations": "off",
"valid-jsdoc": "off",
"require-jsdoc": "off",
"quotes": ["error", "backtick"],
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ root.
## Official plugins

* [gatsby-plugin-catch-links](/packages/gatsby-plugin-catch-links/)
* [gatsby-plugin-client-only-paths](/packages/gatsby-plugin-client-only-paths/)
* [gatsby-plugin-create-client-paths](/packages/gatsby-plugin-create-client-paths/)
* [gatsby-plugin-coffeescript](/packages/gatsby-plugin-coffeescript/)
* [gatsby-plugin-feed](/packages/gatsby-plugin-feed/)
* [gatsby-plugin-glamor](/packages/gatsby-plugin-glamor/)
Expand Down

0 comments on commit 96951fc

Please sign in to comment.