Skip to content

Commit

Permalink
Update standard (#50)
Browse files Browse the repository at this point in the history
* chore(package): update standard to version 14.0.0

* fix linting error for standard@14
  • Loading branch information
SerayaEryn authored and mcollina committed Aug 21, 2019
1 parent f395da8 commit 0332ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module.exports = function (fastify, opts, next) {
pluginOptions.prefix = prefix + plugin.autoPrefix
}

if (plugin.prefixOverride !== void 0) {
if (plugin.prefixOverride !== undefined) {
pluginOptions.prefix = plugin.prefixOverride
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"fastify-url-data": "^2.3.0",
"pre-commit": "^1.2.2",
"snazzy": "^8.0.0",
"standard": "^13.0.2",
"standard": "^14.0.0",
"tap": "^12.6.5",
"typescript": "^3.5.3"
},
Expand Down

0 comments on commit 0332ea4

Please sign in to comment.