@biomejs/biome
Advanced tools
Comparing version 1.2.2-nightly.1e3fc94 to 1.2.2-nightly.ee2e2ab
@@ -1078,2 +1078,9 @@ { | ||
}, | ||
"noMisrefactoredShorthandAssign": { | ||
"description": "Disallow shorthand assign when variable appears on both sides.", | ||
"anyOf": [ | ||
{ "$ref": "#/definitions/RuleConfiguration" }, | ||
{ "type": "null" } | ||
] | ||
}, | ||
"noUnusedImports": { | ||
@@ -1126,3 +1133,3 @@ "description": "Disallow unused imports.", | ||
"useExhaustiveDependencies": { | ||
"description": "Enforce all dependencies are correctly specified.", | ||
"description": "Enforce all dependencies are correctly specified in a React hook.", | ||
"anyOf": [ | ||
@@ -1129,0 +1136,0 @@ { "$ref": "#/definitions/RuleConfiguration" }, |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/biome","version":"1.2.2-nightly.1e3fc94","bin":"bin/biome","scripts":{"postinstall":"node scripts/postinstall.js"},"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"packages/@biomejs/biome"},"author":"Emanuele Stoppa","license":"MIT","bugs":"https://github.com/biomejs/biome/issues","description":"Biome is a toolchain for the web: formatter, linter and more","files":["bin/biome","scripts/postinstall.js","configuration_schema.json","README.md"],"keywords":["JavaScript","TypeScript","format","lint","toolchain","JSON"],"engines":{"node":">=14.*"},"optionalDependencies":{"@biomejs/cli-win32-x64":"1.2.2-nightly.1e3fc94","@biomejs/cli-win32-arm64":"1.2.2-nightly.1e3fc94","@biomejs/cli-darwin-x64":"1.2.2-nightly.1e3fc94","@biomejs/cli-darwin-arm64":"1.2.2-nightly.1e3fc94","@biomejs/cli-linux-x64":"1.2.2-nightly.1e3fc94","@biomejs/cli-linux-arm64":"1.2.2-nightly.1e3fc94"}} | ||
{"name":"@biomejs/biome","version":"1.2.2-nightly.ee2e2ab","bin":"bin/biome","scripts":{"postinstall":"node scripts/postinstall.js"},"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"packages/@biomejs/biome"},"author":"Emanuele Stoppa","license":"MIT","bugs":"https://github.com/biomejs/biome/issues","description":"Biome is a toolchain for the web: formatter, linter and more","files":["bin/biome","scripts/postinstall.js","configuration_schema.json","README.md"],"keywords":["JavaScript","TypeScript","format","lint","toolchain","JSON"],"engines":{"node":">=14.*"},"optionalDependencies":{"@biomejs/cli-win32-x64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-win32-arm64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-darwin-x64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-darwin-arm64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-linux-x64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-linux-arm64":"1.2.2-nightly.ee2e2ab"}} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66418
1917