Skip to content

Commit

Permalink
Merge pull request #4036 from NoelDeMartin/MOBILE-4470
Browse files Browse the repository at this point in the history
MOBILE-4470: Update dependencies
  • Loading branch information
dpalou authored May 6, 2024
2 parents 8884571 + 12ae4c7 commit 15c32cb
Show file tree
Hide file tree
Showing 11 changed files with 9,453 additions and 11,968 deletions.
11 changes: 1 addition & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,7 @@ const appConfig = {
},
},
],
'@typescript-eslint/member-ordering': [
'error',
{
default:
{
order: 'as-written',
},

}
],
'@typescript-eslint/member-ordering': 'off',
'@typescript-eslint/naming-convention': [
'error',
{
Expand Down
Binary file added .nx/cache/18.3.4-nx.linux-x64-gnu.node
Binary file not shown.
Binary file added .nx/cache/nx_files.nxt
Binary file not shown.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = {
'src/**/*.{ts,html}',
'!src/testing/**/*',
],
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|swiper)'],
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper)'],
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }),
};
Loading

0 comments on commit 15c32cb

Please sign in to comment.