From 522b7455f4519082b161b88a23466d3210107b43 Mon Sep 17 00:00:00 2001 From: Tyler Mills <4887071+tylers-username@users.noreply.github.com> Date: Thu, 18 Dec 2025 16:42:26 -0500 Subject: [PATCH] Add support for scanning tartgeted paths with lint npm script (#7436) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e7ace22fa..25c3e9b391 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "build:check": "tsc --noEmit", "build:es-check": "npm run build:production && npm run escheck", "escheck": "es-check", - "lint": "eslint \"./\"", + "lint": "eslint", "test": "vitest --watch=false --config vite.config.ts", "test:watch": "vitest --config vite.config.ts", "stylelint": "stylelint \"src/**/*.{css,scss}\""