Fixed storybook with migration to WP5

This commit is contained in:
Vito Albano
2023-11-17 02:18:25 +00:00
committed by VitoAlbano
parent d43cdada26
commit d41da804f1
7 changed files with 62 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
root: true,
ignorePatterns: [
'projects/**/*',
'**/node_modules/**/*',
@@ -10,7 +11,9 @@ module.exports = {
'**/scripts',
'**/docs'
],
plugins: ['@nrwl/nx'],
overrides: [
{
files: ['*.ts'],
@@ -196,5 +199,7 @@ module.exports = {
extends: ['plugin:@angular-eslint/template/process-inline-templates'],
excludedFiles: ['*.spec.ts']
}
]
],
extends: ['plugin:storybook/recommended']
};