Skip to content

Commit

Permalink
SF-3030 Update to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebuss committed Oct 19, 2024
1 parent 18429bd commit 21bd82b
Show file tree
Hide file tree
Showing 100 changed files with 7,178 additions and 12,750 deletions.
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

0 comments on commit 21bd82b

Please sign in to comment.