mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 17:11:43 +03:00
fix: export map config
This commit is contained in:
parent
7e75780b1a
commit
bd55e22df3
@ -11,7 +11,7 @@ import svelteParser from 'svelte-eslint-parser';
|
||||
|
||||
export default tsEslint.config(
|
||||
js.configs.recommended,
|
||||
...storybook.configs["flat/recommended"],
|
||||
...storybook.configs['flat/recommended'],
|
||||
...tsEslint.configs.recommended,
|
||||
...eslintPluginSvelte.configs['flat/recommended'],
|
||||
eslintConfigPrettier,
|
||||
@ -46,6 +46,7 @@ export default tsEslint.config(
|
||||
'**/node_modules',
|
||||
'butler/target',
|
||||
'build',
|
||||
'dist',
|
||||
'.svelte-kit',
|
||||
'package',
|
||||
'e2e',
|
||||
|
@ -15,7 +15,7 @@
|
||||
"packageManager": "pnpm@9.2.0",
|
||||
"exports": {
|
||||
"./CommitLines/*": {
|
||||
"svelte": "./dist/CommitLines/*.js",
|
||||
"svelte": "./dist/CommitLines/*",
|
||||
"types": "./dist/CommitLines/*.d.ts"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user