Skip to content

Commit

Permalink
Upgrade storefront to version 2211
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid.mehrjouei committed Nov 14, 2024
1 parent bf3d279 commit 14a91f6
Show file tree
Hide file tree
Showing 14 changed files with 19,584 additions and 216 deletions.
2 changes: 0 additions & 2 deletions brx-spartacus-storefront/.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
7 changes: 6 additions & 1 deletion brx-spartacus-storefront/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@
"test": {
"builder": "@angular-builders/jest:run",
"options": {
"tsConfig": "./tsconfig.spec.json"
"tsConfig": "./tsconfig.spec.json",
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
]
}
}
},
"lint": {
Expand Down
Loading

0 comments on commit 14a91f6

Please sign in to comment.