Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Jun 9, 2024
1 parent 1b7d069 commit caf7b16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
8 changes: 2 additions & 6 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@
}
},
{
"include": [
"eslint.config.*js"
],
"include": ["eslint.config.*js"],
"linter": {
"enabled": true,
"rules": {
Expand All @@ -133,9 +131,7 @@
}
},
{
"include": [
"src/**/*.test.ts*"
],
"include": ["src/**/*.test.ts*"],
"linter": {
"rules": {
"nursery": {
Expand Down
16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "broken-biome-ci",
"version": "0.0.1",
"description": "Broken biome ci",
"keywords": [
"biome",
"ci",
"biome-ci",
"broken-biome-ci"
],
"keywords": ["biome", "ci", "biome-ci", "broken-biome-ci"],
"homepage": "https://github.com/motss/broken-biome-ci",
"bugs": {
"url": "https://github.com/motss/broken-biome-ci/issues"
Expand All @@ -34,13 +29,8 @@
"main": "./index.js",
"module": "./index.js",
"types": "./index.js",
"files": [
"./index.d.ts",
"./index.js"
],
"workspaces": [
"./packages/*"
],
"files": ["./index.d.ts", "./index.js"],
"workspaces": ["./packages/*"],
"scripts": {
"biome.ci": "biome ci",
"biome.check": "biome check --write",
Expand Down

0 comments on commit caf7b16

Please sign in to comment.