Skip to content

Commit ffa391b

Browse files
committed
chore: disable Biome.js on composer.json files
1 parent ee5ae9f commit ffa391b

File tree

20 files changed

+72
-19
lines changed

20 files changed

+72
-19
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"files": {
3+
"ignore": ["**/composer.json"]
4+
},
25
"linter": {
36
"rules": {
47
"suspicious": {

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "symfony/ux",
33
"license": "MIT",
4-
"keywords": ["dev"],
4+
"keywords": [
5+
"dev"
6+
],
57
"require-dev": {
68
"symfony/filesystem": "^5.2|^6.0|^7.0",
79
"symfony/finder": "^5.4|^6.0|^7.0",

src/Autocomplete/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-autocomplete",
33
"type": "symfony-bundle",
44
"description": "JavaScript Autocomplete functionality for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Chartjs/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-chartjs",
33
"type": "symfony-bundle",
44
"description": "Chart.js integration for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Cropperjs/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-cropperjs",
33
"type": "symfony-bundle",
44
"description": "Cropper.js integration for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Dropzone/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-dropzone",
33
"type": "symfony-bundle",
44
"description": "File input dropzones for Symfony Forms",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Icons/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "symfony/ux-icons",
33
"type": "symfony-bundle",
44
"description": "Renders local and remote SVG icons in your Twig templates.",
5-
"keywords": ["symfony-ux", "twig", "icons", "svg"],
5+
"keywords": [
6+
"symfony-ux",
7+
"twig",
8+
"icons",
9+
"svg"
10+
],
611
"homepage": "https://symfony.com",
712
"license": "MIT",
813
"authors": [

src/LazyImage/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-lazy-image",
33
"type": "symfony-bundle",
44
"description": "Lazy image loader and utilities for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/LiveComponent/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "symfony/ux-live-component",
33
"type": "symfony-bundle",
44
"description": "Live components for Symfony",
5-
"keywords": ["symfony-ux", "twig", "components"],
5+
"keywords": [
6+
"symfony-ux",
7+
"twig",
8+
"components"
9+
],
610
"homepage": "https://symfony.com",
711
"license": "MIT",
812
"authors": [

src/Notify/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-notify",
33
"type": "symfony-bundle",
44
"description": "Native notification integration for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/React/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-react",
33
"type": "symfony-bundle",
44
"description": "Integration of React in Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/StimulusBundle/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "symfony/stimulus-bundle",
33
"description": "Integration with your Symfony app & Stimulus!",
4-
"keywords": ["symfony-ux"],
4+
"keywords": [
5+
"symfony-ux"
6+
],
57
"license": "MIT",
68
"type": "symfony-bundle",
79
"authors": [

src/Svelte/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-svelte",
33
"type": "symfony-bundle",
44
"description": "Integration of Svelte in Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Swup/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-swup",
33
"type": "symfony-bundle",
44
"description": "Swup integration for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/TogglePassword/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-toggle-password",
33
"type": "symfony-bundle",
44
"description": "Toggle visibility of password inputs for Symfony Forms",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Translator/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-translator",
33
"type": "symfony-bundle",
44
"description": "Exposes Symfony Translations directly to JavaScript.",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Turbo/composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "symfony/ux-turbo",
33
"type": "symfony-bundle",
44
"description": "Hotwire Turbo integration for Symfony",
5-
"keywords": ["symfony-ux", "turbo", "hotwire", "javascript", "turbo-stream", "mercure"],
5+
"keywords": [
6+
"symfony-ux",
7+
"turbo",
8+
"hotwire",
9+
"javascript",
10+
"turbo-stream",
11+
"mercure"
12+
],
613
"homepage": "https://symfony.com",
714
"license": "MIT",
815
"authors": [

src/TwigComponent/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "symfony/ux-twig-component",
33
"type": "symfony-bundle",
44
"description": "Twig components for Symfony",
5-
"keywords": ["symfony-ux", "twig", "components"],
5+
"keywords": [
6+
"symfony-ux",
7+
"twig",
8+
"components"
9+
],
610
"homepage": "https://symfony.com",
711
"license": "MIT",
812
"authors": [

src/Typed/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-typed",
33
"type": "symfony-bundle",
44
"description": "Typed integration for Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

src/Vue/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "symfony/ux-vue",
33
"type": "symfony-bundle",
44
"description": "Integration of Vue.js in Symfony",
5-
"keywords": ["symfony-ux"],
5+
"keywords": [
6+
"symfony-ux"
7+
],
68
"homepage": "https://symfony.com",
79
"license": "MIT",
810
"authors": [

0 commit comments

Comments
 (0)