diff --git a/package.json b/package.json index e4c378c..c263d7c 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "description": "Cerbos plugin for Fastify", "main": "index.js", "scripts": { - "test": "standard | snazzy && tap test/*test.js", - "lint": "standard" + "test": "eslint && tap test/*test.js", + "lint": "eslint --fix" }, "keywords": [ "fastify",