Skip to content

Commit a83f25d

Browse files
committed
Fix standard
1 parent 7b11d71 commit a83f25d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict'
22

3+
/* eslint no-prototype-builtins: 0 */
4+
35
const fp = require('fastify-plugin')
46
const uidSafe = require('uid-safe')
57
const abstractCache = require('abstract-cache')

0 commit comments

Comments
 (0)