@biomejs/backend-jsonrpc
Advanced tools
Comparing version 0.1.2 to 0.2.0-nightly.0b5a3fd
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/backend-jsonrpc","version":"0.1.2","main":"dist/index.js","scripts":{"test":"vitest","test:ci":"pnpm build && vitest --run","tsc":"tsc --noEmit","build":"tsc"},"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"npm/backend-jsonrpc"},"author":"Rome Tools Developers and Contributors","bugs":"https://github.com/biomejs/biome/issues","description":"Bindings to the JSON-RPC Workspace API of the Rome daemon","keywords":["JavaScript","TypeScript","format","lint","toolchain"],"engines":{"node":">=14.*"},"license":"MIT","devDependencies":{"@types/node":"^18.7.2","typescript":"^4.8.2","vite":"^3.0.8","vitest":"^0.22.0"},"optionalDependencies":{"@biomejs/cli-win32-x64":"0.1.2","@biomejs/cli-win32-arm64":"0.1.2","@biomejs/cli-darwin-x64":"0.1.2","@biomejs/cli-darwin-arm64":"0.1.2","@biomejs/cli-linux-x64":"0.1.2","@biomejs/cli-linux-arm64":"0.1.2"}} | ||
{"name":"@biomejs/backend-jsonrpc","version":"0.2.0-nightly.0b5a3fd","main":"dist/index.js","scripts":{"test":"vitest","test:ci":"pnpm build && vitest --run","tsc":"tsc --noEmit","build":"tsc"},"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"npm/backend-jsonrpc"},"author":"Biome Developers and Contributors","bugs":"https://github.com/biomejs/biome/issues","description":"Bindings to the JSON-RPC Workspace API of the Biome daemon","keywords":["JavaScript","TypeScript","format","lint","toolchain"],"engines":{"node":">=14.*"},"license":"MIT","devDependencies":{"@types/node":"^18.7.2","typescript":"^4.8.2","vite":"^3.0.8","vitest":"^0.22.0"},"optionalDependencies":{"@biomejs/cli-win32-x64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-win32-arm64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-darwin-x64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-darwin-arm64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-linux-x64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-linux-arm64":"0.2.0-nightly.0b5a3fd"}} |
@@ -663,2 +663,6 @@ // Generated file, do not edit by hand, see `xtask/codegen` | ||
/** | ||
* Enforces the presence of non-empty return statements in getters. | ||
*/ | ||
useGetterReturn?: RuleConfiguration; | ||
/** | ||
* Enforce the use of import type when an import only has specifiers with type qualifier. | ||
@@ -1228,2 +1232,3 @@ */ | ||
| "lint/nursery/useExhaustiveDependencies" | ||
| "lint/nursery/useGetterReturn" | ||
| "lint/nursery/useGroupedTypeImport" | ||
@@ -1230,0 +1235,0 @@ | "lint/nursery/useHookAtTopLevel" |
72721
2265