Skip to content

Commit 9bb2ff8

Browse files
authored
Merge pull request #211 from pegasystems/bugfix/25-1
update to use library mode
2 parents 823fec9 + 065e3d0 commit 9bb2ff8

File tree

100 files changed

+901
-932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+901
-932
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ dist
140140

141141
# library mode DXCB
142142
.store/
143-
Pega_UIGallery/
144-
Pega_UIGallery.zip
143+
Pega_Extensions/
144+
Pega_Extensions.zip

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ build
1212
CHANGELOG.md
1313
**/public
1414
*.svg
15-
Pega_UIGallery
15+
Pega_Extensions
1616
store
1717
src/components/**/*.json

.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"!.storybook",
1313
".storybook/public",
1414
"storybook-static/**",
15-
"Pega_UIGallery/**",
15+
"Pega_Extensions/**",
1616
"store/**"
1717
]
1818
}

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default [
6464
'jest/expect-expect': 'off',
6565
'testing-library/no-container': 'off',
6666
'testing-library/no-node-access': 'off',
67+
'react-hooks/exhaustive-deps': 'off',
6768
},
6869
},
6970
...storybook.configs['flat/recommended'],

0 commit comments

Comments
 (0)