Skip to content

Commit

Permalink
Format package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Sep 1, 2024
1 parent 0b0868c commit 757a019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
1 change: 0 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"biome.jsonc",
"rollup.config.mjs",
"tsconfig.json",
"package.json",
"vite.config.ts",
"src/vendor/**/*.ts",
"src/vendor/**/*.js"
Expand Down
22 changes: 4 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
},
"author": "Yevhenii Hyzyla",
"license": "MIT",
"files": [
"dist/**/*"
],
"files": ["dist/**/*"],
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@octokit/rest": "^19.0.13",
Expand Down Expand Up @@ -99,22 +97,12 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"import"
],
"plugins": ["@typescript-eslint", "import"],
"rules": {
"import/order": [
"error",
{
"groups": [
"builtin",
"external",
"internal",
"parent",
"sibling",
"index"
],
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
"pathGroups": [
{
"pattern": "./vendor/**",
Expand All @@ -130,9 +118,7 @@
}
]
},
"ignorePatterns": [
"src/vendor/**/*"
],
"ignorePatterns": ["src/vendor/**/*"],
"settings": {
"import/resolver": {
"typescript": true,
Expand Down

0 comments on commit 757a019

Please sign in to comment.