Sign In

@tanstack/eslint-plugin-start

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/eslint-plugin-start - npm Package Compare versions

Comparing version
0.0.0
to
0.0.1
+3
-3
package.json
{
"name": "@tanstack/eslint-plugin-start",
"version": "0.0.0",
"version": "0.0.1",
"description": "ESLint plugin for TanStack Start",

@@ -21,3 +21,2 @@ "author": "TanStack",

"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js",
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",

@@ -27,3 +26,4 @@ "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",

"test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js",
"test:types:ts59": "tsc",
"test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js",
"test:types:ts60": "tsc",
"test:unit": "vitest",

@@ -30,0 +30,0 @@ "test:unit:dev": "pnpm run test:unit --watch --typecheck",

@@ -11,3 +11,4 @@ import * as path from 'node:path'

RuleTester.afterAll = vitest.afterAll
RuleTester.it = vitest.it
RuleTester.it = ((name, fn) =>
vitest.it(name, { timeout: 15000 }, fn)) as typeof RuleTester.it
RuleTester.itOnly = vitest.it.only

@@ -14,0 +15,0 @@ RuleTester.describe = vitest.describe

@@ -11,3 +11,4 @@ import * as path from 'node:path'

RuleTester.afterAll = vitest.afterAll
RuleTester.it = vitest.it
RuleTester.it = ((name, fn) =>
vitest.it(name, { timeout: 15000 }, fn)) as typeof RuleTester.it
RuleTester.itOnly = vitest.it.only

@@ -14,0 +15,0 @@ RuleTester.describe = vitest.describe