From 86ee7b6ec3f28880d2e45cfe1a9edf5b3d0d7bf1 Mon Sep 17 00:00:00 2001 From: Sarah Richards Date: Mon, 23 Sep 2024 11:20:09 +0100 Subject: [PATCH] Fixing lint command while I'm here --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fcc864b..b2d147a4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "gh-pages": "node tools/gh-pages/render", "test": "lerna run test --stream", - "lint": "node_modules/.bin/eslint packages -c .eslintrc --ext js", + "lint": "eslint packages -c .eslintrc --ext js", "prepublish": "npm run gh-pages -s" }, "devDependencies": {