From fc2591c370134663c4bc75d3107462fda22e45f3 Mon Sep 17 00:00:00 2001 From: Craig Beck Date: Wed, 21 Feb 2024 14:15:36 -0800 Subject: [PATCH] Lint typescript --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed7dfb2a..af98da1c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "scripts": { "build": "node_modules/.bin/tsc", "checks": "npm run lint && npm test", - "lint": "npx eslint src/**/*.js test/**/*.js test-utils/**/*.js", + "lint": "npx eslint src/**/*.ts test/**/*.js", "lint:ts": "npx eslint src/**/*.ts", "lint:fix": "npm run lint:ts -- --fix", "prepare": "npm run build",