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.
2 parents 3487886 + a83f25d commit e906832Copy full SHA for e906832
package.json
@@ -32,7 +32,7 @@
32
"fastify": "^2.0.0",
33
"pre-commit": "^1.2.2",
34
"snazzy": "^8.0.0",
35
- "standard": "^12.0.1",
+ "standard": "^13.0.1",
36
"tap": "^12.6.6"
37
},
38
"dependencies": {
plugin.js
@@ -1,5 +1,7 @@
1
'use strict'
2
3
+/* eslint no-prototype-builtins: 0 */
4
+
5
const fp = require('fastify-plugin')
6
const uidSafe = require('uid-safe')
7
const abstractCache = require('abstract-cache')
0 commit comments