Fixed storybook with migration to WP5

This commit is contained in:
Vito Albano
2023-11-17 02:18:25 +00:00
parent 80f894eecd
commit dede5b4759
10 changed files with 65 additions and 40 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'],
@@ -184,5 +187,7 @@ module.exports = {
extends: ['plugin:@angular-eslint/template/recommended'],
rules: {}
}
]
],
extends: ['plugin:storybook/recommended']
};