Skip to content

Commit

Permalink
🔄 Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzyla committed Aug 24, 2024
1 parent dd324ea commit 97ec57a
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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 @@ -86,22 +84,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 @@ -117,9 +105,7 @@
}
]
},
"ignorePatterns": [
"src/vendor/**/*"
],
"ignorePatterns": ["src/vendor/**/*"],
"settings": {
"import/resolver": {
"typescript": true,
Expand Down

0 comments on commit 97ec57a

Please sign in to comment.