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(
|
export default tsEslint.config(
|
||||||
js.configs.recommended,
|
js.configs.recommended,
|
||||||
...storybook.configs["flat/recommended"],
|
...storybook.configs['flat/recommended'],
|
||||||
...tsEslint.configs.recommended,
|
...tsEslint.configs.recommended,
|
||||||
...eslintPluginSvelte.configs['flat/recommended'],
|
...eslintPluginSvelte.configs['flat/recommended'],
|
||||||
eslintConfigPrettier,
|
eslintConfigPrettier,
|
||||||
@ -46,6 +46,7 @@ export default tsEslint.config(
|
|||||||
'**/node_modules',
|
'**/node_modules',
|
||||||
'butler/target',
|
'butler/target',
|
||||||
'build',
|
'build',
|
||||||
|
'dist',
|
||||||
'.svelte-kit',
|
'.svelte-kit',
|
||||||
'package',
|
'package',
|
||||||
'e2e',
|
'e2e',
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"packageManager": "pnpm@9.2.0",
|
"packageManager": "pnpm@9.2.0",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./CommitLines/*": {
|
"./CommitLines/*": {
|
||||||
"svelte": "./dist/CommitLines/*.js",
|
"svelte": "./dist/CommitLines/*",
|
||||||
"types": "./dist/CommitLines/*.d.ts"
|
"types": "./dist/CommitLines/*.d.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user