mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
chore(deps-dev): replace Prettier with Biome
This commit is contained in:
parent
5d02a13525
commit
b982387a8c
4 changed files with 221 additions and 31 deletions
12
package.json
12
package.json
|
@ -34,7 +34,7 @@
|
|||
"test:ui": "vite",
|
||||
"test:src-types": "tsc types/**/*.ts",
|
||||
"test:types": "svelte-check --workspace tests",
|
||||
"lint": "prettier --write --cache \"**/*.{svelte,md,js,json,ts}\"",
|
||||
"lint": "biome format --write ./",
|
||||
"build:css": "node scripts/build-css",
|
||||
"build:docs": "node scripts/build-docs && node scripts/format-component-api",
|
||||
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
||||
|
@ -45,6 +45,7 @@
|
|||
"flatpickr": "4.6.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/svelte": "^5.2.7",
|
||||
|
@ -56,8 +57,6 @@
|
|||
"culls": "^0.1.1",
|
||||
"jsdom": "^26.0.0",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"sass": "^1.49.11",
|
||||
"standard-version": "^9.5.0",
|
||||
"sveld": "^0.22.1",
|
||||
|
@ -73,11 +72,6 @@
|
|||
"tag": true
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"plugins": [
|
||||
"prettier-plugin-svelte"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/carbon-design-system/carbon-components-svelte.git"
|
||||
|
@ -101,4 +95,4 @@
|
|||
"Eric Liu (https://github.com/metonym)",
|
||||
"Enrico Sacchetti (https://github.com/theetrain)"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue