Skip to content

Commit

Permalink
Merge pull request #24 from bloomreach/feature/upgrade-core-2211
Browse files Browse the repository at this point in the history
Support Spartacus 2211.31
  • Loading branch information
mehrjouei authored Jan 15, 2025
2 parents 62adc52 + 922d5d6 commit 9985651
Show file tree
Hide file tree
Showing 176 changed files with 29,143 additions and 48,220 deletions.
4 changes: 4 additions & 0 deletions .angulardoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"repoId": "2c5c3975-6b4f-473f-b4db-4d81f897d202",
"lastSync": 0
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: 'Install dependencies for library'
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules
.vim
.yalc
yalc.lock
# allow only custom extensions
**/hybris/bin/*
!**/hybris/bin/custom/
8 changes: 5 additions & 3 deletions brx-spartacus-library/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"createDefaultProgram": true
},
"extends": [
"airbnb-base",
"airbnb-typescript/base",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates",
"plugin:prettier/recommended"
Expand Down Expand Up @@ -53,7 +51,11 @@
"plugin:@angular-eslint/template/recommended",
"plugin:prettier/recommended"
],
"rules": {}
"rules": {},
"plugins": [
"@typescript-eslint",
"@angular-eslint"
]
}
]
}
Loading

0 comments on commit 9985651

Please sign in to comment.