diff --git a/package.json b/package.json index 29c9b01b..30a279f9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "db:validate": "ts-node scripts/db/validate.ts", "db:export": "ts-node scripts/db/export.ts", "db:update": "ts-node scripts/db/update.ts", - "lint": "npx eslint ./scripts/**/*.ts ./scripts/**/*.js ./tests/**/*.ts", + "lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"", "test": "jest --runInBand" }, "pre-commit": [