Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SF-3030 Update to Angular 18 #2804

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/SIL.XForge.Scripture/ClientApp/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"varsIgnorePattern": "^_"
}
],
"@typescript-eslint/no-useless-catch": "off",
"brace-style": ["error", "1tbs"],
"deprecation/deprecation": "warn",
"eqeqeq": [
Expand Down
6 changes: 2 additions & 4 deletions src/SIL.XForge.Scripture/ClientApp/.storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
module.exports = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/addon-interactions'],
framework: {
name: '@storybook/angular',
options: {}
},
docs: {
autodocs: 'tag'
},
docs: {},
staticDirs: [
{ from: '../src/assets', to: '/assets' },
{ from: '../src/app/checking/checking/test-audio', to: '/assets/audio/' }
Expand Down
1 change: 1 addition & 0 deletions src/SIL.XForge.Scripture/ClientApp/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ export const decorators = [
];

getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting());
export const tags = ['autodocs'];
Loading
Loading