Skip to content

Commit

Permalink
Upgrade brx-spartacus-library
Browse files Browse the repository at this point in the history
  • Loading branch information
vahid.mehrjouei committed Nov 12, 2024
1 parent aad7ab3 commit 1a2e2d1
Show file tree
Hide file tree
Showing 28 changed files with 12,864 additions and 34,125 deletions.
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 1a2e2d1

Please sign in to comment.