Skip to content

Commit e906832

Browse files
authored
Update standard to the latest version 🚀 (#27)
Update standard to the latest version 🚀
2 parents 3487886 + a83f25d commit e906832

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fastify": "^2.0.0",
3333
"pre-commit": "^1.2.2",
3434
"snazzy": "^8.0.0",
35-
"standard": "^12.0.1",
35+
"standard": "^13.0.1",
3636
"tap": "^12.6.6"
3737
},
3838
"dependencies": {

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)