Skip to content

Commit

Permalink
fix(ignore): update dependencies (#1135)
Browse files Browse the repository at this point in the history
* fix(ignore): update dependencies

* Update .eslintrc.js

---------

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
  • Loading branch information
Koenkk and Koenkk authored Jul 28, 2024
1 parent 84c2a65 commit 1fd87d6
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 274 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ module.exports = {
"object",
"unknown"
],
"custom-groups": {
"customGroups": {
"value": {},
"type": {}
},
"newlines-between": "always",
"internal-pattern": [
"newlinesBetween": "always",
"internalPattern": [
"~/**"
],
"type": "natural",
"order": "asc",
"ignore-case": false
"ignoreCase": false
}
],
}
}
}
Loading

0 comments on commit 1fd87d6

Please sign in to comment.