Skip to content

Commit 757a019

Browse files
committed
Format package.json
1 parent 0b0868c commit 757a019

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

biome.jsonc

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"biome.jsonc",
1515
"rollup.config.mjs",
1616
"tsconfig.json",
17-
"package.json",
1817
"vite.config.ts",
1918
"src/vendor/**/*.ts",
2019
"src/vendor/**/*.js"

package.json

+4-18
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
},
5353
"author": "Yevhenii Hyzyla",
5454
"license": "MIT",
55-
"files": [
56-
"dist/**/*"
57-
],
55+
"files": ["dist/**/*"],
5856
"devDependencies": {
5957
"@biomejs/biome": "1.8.3",
6058
"@octokit/rest": "^19.0.13",
@@ -99,22 +97,12 @@
9997
"ecmaVersion": "latest",
10098
"sourceType": "module"
10199
},
102-
"plugins": [
103-
"@typescript-eslint",
104-
"import"
105-
],
100+
"plugins": ["@typescript-eslint", "import"],
106101
"rules": {
107102
"import/order": [
108103
"error",
109104
{
110-
"groups": [
111-
"builtin",
112-
"external",
113-
"internal",
114-
"parent",
115-
"sibling",
116-
"index"
117-
],
105+
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
118106
"pathGroups": [
119107
{
120108
"pattern": "./vendor/**",
@@ -130,9 +118,7 @@
130118
}
131119
]
132120
},
133-
"ignorePatterns": [
134-
"src/vendor/**/*"
135-
],
121+
"ignorePatterns": ["src/vendor/**/*"],
136122
"settings": {
137123
"import/resolver": {
138124
"typescript": true,

0 commit comments

Comments
 (0)