Skip to content

Commit

Permalink
feat: group imports beginning with tilde with externals (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit authored Aug 8, 2024
1 parent f4afc0e commit 79512d4
Show file tree
Hide file tree
Showing 3 changed files with 2,957 additions and 2,852 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ module.exports = {
pattern: '#*',
group: 'external'
},
{
pattern: '~*/**',
group: 'external'
},
{
pattern: '@/composables/**',
group: 'parent',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@globalbrain/eslint-config",
"version": "1.6.0",
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@9.7.0",
"description": "The Global Brain ESLint Config.",
"author": "Kia Ishii <ka.ishii@globalbrains.com>",
"license": "MIT",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"eslint": "^8.56.0",
"release-it": "^17.1.1"
"eslint": "^8.57.0",
"release-it": "^17.6.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 79512d4

Please sign in to comment.