Skip to content

Commit

Permalink
more work here
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jul 23, 2024
1 parent 17a71eb commit 42942cb
Show file tree
Hide file tree
Showing 6 changed files with 356 additions and 73 deletions.
35 changes: 31 additions & 4 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
import config from '@huntabyte/eslint-config'
import config from '@huntabyte/eslint-config';

export default config({
ignores: [".DS_Store","**/.DS_Store/**","node_modules","**/node_modules/**","build","build/**",".svelte-kit",".svelte-kit/**","package","package/**",".env","**/.env/**",".env.*","**/.env.*/**","!.env.example","!**/.env.example/**","pnpm-lock.yaml","**/pnpm-lock.yaml/**","package-lock.json","**/package-lock.json/**","yarn.lock","**/yarn.lock/**","dist","dist/**",".changeset/","**/.changeset/**/"],
svelte: true,
})
ignores: [
'.DS_Store',
'**/.DS_Store/**',
'node_modules',
'**/node_modules/**',
'build',
'build/**',
'.svelte-kit',
'.svelte-kit/**',
'package',
'package/**',
'.env',
'**/.env/**',
'.env.*',
'**/.env.*/**',
'!.env.example',
'!**/.env.example/**',
'pnpm-lock.yaml',
'**/pnpm-lock.yaml/**',
'package-lock.json',
'**/package-lock.json/**',
'yarn.lock',
'**/yarn.lock/**',
'dist',
'dist/**',
'.changeset/',
'**/.changeset/**/'
],
svelte: true
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"bits-ui": "0.21.4",
"bits-ui": "https://pkg.pr.new/bits-ui@52b86fe",
"runed": "^0.15.0",
"svelte-toolbelt": "^0.0.2"
"svelte-toolbelt": "^0.1.0"
},
"packageManager": "[email protected]"
}
98 changes: 51 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42942cb

Please sign in to comment.