@biomejs/biome
Advanced tools
Comparing version 1.9.0 to 1.9.1-nightly.12688b6
{ | ||
"name": "@biomejs/biome", | ||
"version": "1.9.0", | ||
"version": "1.9.1-nightly.12688b6", | ||
"bin": { | ||
@@ -30,8 +30,13 @@ "biome": "bin/biome" | ||
"keywords": [ | ||
"JavaScript", | ||
"TypeScript", | ||
"format", | ||
"lint", | ||
"toolchain", | ||
"JSON" | ||
"JavaScript", | ||
"TypeScript", | ||
"JSON", | ||
"JSONC", | ||
"JSX", | ||
"TSX", | ||
"CSS", | ||
"GraphQL" | ||
], | ||
@@ -49,11 +54,11 @@ "engines": { | ||
"optionalDependencies": { | ||
"@biomejs/cli-win32-x64": "1.9.0", | ||
"@biomejs/cli-win32-arm64": "1.9.0", | ||
"@biomejs/cli-darwin-x64": "1.9.0", | ||
"@biomejs/cli-darwin-arm64": "1.9.0", | ||
"@biomejs/cli-linux-x64": "1.9.0", | ||
"@biomejs/cli-linux-arm64": "1.9.0", | ||
"@biomejs/cli-linux-x64-musl": "1.9.0", | ||
"@biomejs/cli-linux-arm64-musl": "1.9.0" | ||
"@biomejs/cli-win32-x64": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-win32-arm64": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-darwin-x64": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-darwin-arm64": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-linux-x64": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-linux-arm64": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-linux-x64-musl": "1.9.1-nightly.12688b6", | ||
"@biomejs/cli-linux-arm64-musl": "1.9.1-nightly.12688b6" | ||
} | ||
} |
@@ -41,5 +41,5 @@ <p align="center"> | ||
**Biome is a [fast formatter](./benchmark#formatting)** for _JavaScript_, _TypeScript_, _JSX_, and _JSON_ that scores **[97% compatibility with _Prettier_](https://console.algora.io/challenges/prettier)**. | ||
**Biome is a [fast formatter](./benchmark#formatting)** for _JavaScript_, _TypeScript_, _JSX_, _JSON_, _CSS_ and _GraphQL_ that scores **[97% compatibility with _Prettier_](https://console.algora.io/challenges/prettier)**. | ||
**Biome is a [performant linter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** for _JavaScript_, _TypeScript_, and _JSX_ that features **[more than 200 rules](https://biomejs.dev/linter/rules/)** from ESLint, typescript-eslint, and [other sources](https://github.com/biomejs/biome/discussions/3). | ||
**Biome is a [performant linter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** for _JavaScript_, _TypeScript_, _JSX_, _CSS_ and _GraphQL_ that features **[more than 270 rules](https://biomejs.dev/linter/rules/)** from ESLint, typescript-eslint, and [other sources](https://github.com/biomejs/biome/discussions/3). | ||
It **outputs detailed and contextualized diagnostics** that help you to improve your code and become a better programmer! | ||
@@ -62,6 +62,6 @@ | ||
# lint files | ||
npx @biomejs/biome lint ./src | ||
# lint files and apply the safe fixes | ||
npx @biomejs/biome lint --write ./src | ||
# run format, lint, etc. and apply the safe suggestions | ||
# run format, lint, etc. and apply the safe fixes | ||
npx @biomejs/biome check --write ./src | ||
@@ -68,0 +68,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
195969
1