-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT REVIEW] Migrate to eslint 9 and flat config #2192
base: main
Are you sure you want to change the base?
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c75ab9f - Browse repository at this point
Copy the full SHA c75ab9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d6fa4 - Browse repository at this point
Copy the full SHA 82d6fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74c4ea - Browse repository at this point
Copy the full SHA a74c4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1e35c - Browse repository at this point
Copy the full SHA 1f1e35cView commit details -
feat(eslint): fallback eslint-config to cjs to avoid building depende…
…ncies on postinstall
Configuration menu - View commit details
-
Copy full SHA for ccd0794 - Browse repository at this point
Copy the full SHA ccd0794View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16511c - Browse repository at this point
Copy the full SHA b16511cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6621d - Browse repository at this point
Copy the full SHA 8c6621dView commit details
Commits on Sep 24, 2024
-
feat(eslint): select @o3r/eslint-config or @o3r/eslint-config-otter d…
…epending on the presence of eslintrc or not
Configuration menu - View commit details
-
Copy full SHA for f38568f - Browse repository at this point
Copy the full SHA f38568fView commit details -
feat(eslint): select @o3r/eslint-config or @o3r/eslint-config-otter d…
…epending on the presence of eslintrc or not (#2193) ## Proposed change - Select `@o3r/eslint-config` or `@o3r/eslint-config-otter` depending on the presence of eslintrc or not - Use `@o3r/eslint-config` when generating a shell sdk
Configuration menu - View commit details
-
Copy full SHA for 54fcd3f - Browse repository at this point
Copy the full SHA 54fcd3fView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85ab18b - Browse repository at this point
Copy the full SHA 85ab18bView commit details
Commits on Oct 1, 2024
-
fix(eslint): set relative path instead of absolute path in the merge …
…config (#2201) ## Proposed change Set relative path instead of absolute path in the merge config
Configuration menu - View commit details
-
Copy full SHA for 0b4c04e - Browse repository at this point
Copy the full SHA 0b4c04eView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5ebbf5 - Browse repository at this point
Copy the full SHA b5ebbf5View commit details -
feat(eslint): add template accessibility recommended config (#2268)
## Proposed change As discussed, adding angular [recommended config](https://github.com/angular-eslint/angular-eslint/tree/main/packages/angular-eslint/src/configs#angular-eslinttemplate-accessibility) for accessibility
Configuration menu - View commit details
-
Copy full SHA for 0f58397 - Browse repository at this point
Copy the full SHA 0f58397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0680498 - Browse repository at this point
Copy the full SHA 0680498View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6af49f2 - Browse repository at this point
Copy the full SHA 6af49f2View commit details -
feat(eslint): change all warnings into errors (#2269)
## Proposed change As discussed move all warnings into errors. Open to discussion if some rules should become `off` instead of `errors`
Configuration menu - View commit details
-
Copy full SHA for 5c066b9 - Browse repository at this point
Copy the full SHA 5c066b9View commit details -
feat(eslint): one import per line + import alphabetize + export all a…
…lphabetize (#2273) ## Proposed change One import per line Import alphabetize Export all alphabetize
Configuration menu - View commit details
-
Copy full SHA for e0dd9f4 - Browse repository at this point
Copy the full SHA e0dd9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566a8a1 - Browse repository at this point
Copy the full SHA 566a8a1View commit details -
feat(eslint): require a description when using eslint disable directi…
…ve (#2274) ## Proposed change Require a description when using eslint disable directive
Configuration menu - View commit details
-
Copy full SHA for 5fb1eba - Browse repository at this point
Copy the full SHA 5fb1ebaView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a3aac3 - Browse repository at this point
Copy the full SHA 3a3aac3View commit details -
feat(eslint): change default vscode config (#2276)
## Proposed change Change default vscode config
Configuration menu - View commit details
-
Copy full SHA for ba583d7 - Browse repository at this point
Copy the full SHA ba583d7View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7fe98e - Browse repository at this point
Copy the full SHA a7fe98eView commit details -
docs(eslint): update documentation for eslint flat config (#2196)
## Proposed change Update documentation for eslint flat config - [x] Review the ESLint configuration with the team
Configuration menu - View commit details
-
Copy full SHA for b02e518 - Browse repository at this point
Copy the full SHA b02e518View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8447fb6 - Browse repository at this point
Copy the full SHA 8447fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c14865c - Browse repository at this point
Copy the full SHA c14865cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dc1d91 - Browse repository at this point
Copy the full SHA 3dc1d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f473b0 - Browse repository at this point
Copy the full SHA 1f473b0View commit details -
fix(eslint): run the auto-fix with the new config (#2291)
## Proposed change Run the auto-fix with the new config ## Rules to discuss - [x] [@eslint-community/eslint-comments/disable-enable-pair](https://github.com/mysticatea/eslint-plugin-eslint-comments/blob/master/docs/rules/disable-enable-pair.md) => off - [x] [unicorn/prefer-type-error](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-type-error.md) => off - [x] [unicorn/numeric-separators-style](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/numeric-separators-style.md) => keep - [x] [unicorn/no-useless-promise-resolve-reject](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-promise-resolve-reject.md) => off - [x] [@stylistic/operator-linebreak](https://eslint.style/rules/js/operator-linebreak) `"before", { "overrides": { "=": "after"} }` - [x] [unicorn/no-useless-undefined](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-undefined.md) => keep until issue with mandatory params - [x] [unicorn/prefer-set-has](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-set-has.md) => off - [x] [@stylistic/arrow-parens](https://eslint.style/rules/js/arrow-parens) => keep - [x] [unicorn/prefer-prototype-methods](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-prototype-methods.md) => keep - [x] [unicorn/prefer-string-slice](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-string-slice.md) => off ## Missing rules - [ ] [max-len](https://eslint.org/docs/latest/rules/max-len) - [x] [require-await](https://eslint.org/docs/latest/rules/require-await)
Configuration menu - View commit details
-
Copy full SHA for 3f31086 - Browse repository at this point
Copy the full SHA 3f31086View commit details -
Fix/eslint auto fix suite (#2304)
## Proposed change Apply eslint auto-run (remaining rules on import). removed rule override: ``` 'import/first': 'off', 'import/order': 'off', 'import/newline-after-import': 'off', 'import-newlines/enforce': 'off', '@stylistic/object-curly-spacing': 'off', '@stylistic/no-multiple-empty-lines': 'off', '@stylistic/brace-style': 'off', '@stylistic/padded-blocks': 'off', '@stylistic/block-spacing': 'off', '@stylistic/template-curly-spacing': 'off' ``` Require to merge #2291
Configuration menu - View commit details
-
Copy full SHA for c8dca7c - Browse repository at this point
Copy the full SHA c8dca7cView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 925a510 - Browse repository at this point
Copy the full SHA 925a510View commit details -
Configuration menu - View commit details
-
Copy full SHA for a935e28 - Browse repository at this point
Copy the full SHA a935e28View commit details -
Apply of the RegExp Rules Require #2304 to be merged before review
Configuration menu - View commit details
-
Copy full SHA for c7f4727 - Browse repository at this point
Copy the full SHA c7f4727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7144c91 - Browse repository at this point
Copy the full SHA 7144c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274293d - Browse repository at this point
Copy the full SHA 274293dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf9c4d - Browse repository at this point
Copy the full SHA 6bf9c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 887214b - Browse repository at this point
Copy the full SHA 887214bView commit details
Commits on Oct 22, 2024
-
Fix eslint issue on chrome devtools (#2316)
## Proposed change Fix eslint issue on chrome devtools
Configuration menu - View commit details
-
Copy full SHA for 5c37aa9 - Browse repository at this point
Copy the full SHA 5c37aa9View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b60b9c - Browse repository at this point
Copy the full SHA 9b60b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3f0e8 - Browse repository at this point
Copy the full SHA 3c3f0e8View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7fa378 - Browse repository at this point
Copy the full SHA a7fa378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dee633 - Browse repository at this point
Copy the full SHA 2dee633View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5232d9 - Browse repository at this point
Copy the full SHA a5232d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb6913 - Browse repository at this point
Copy the full SHA ecb6913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7653092 - Browse repository at this point
Copy the full SHA 7653092View commit details -
fix: eslint configuration for windows (#2339)
## Proposed change Fix configuration of eslint to work for windows environment (absolute file paths and quotes in nx.json) ## Related issues - 🐛 Fixes #(issue) - 🚀 Feature #(issue) <!-- Please make sure to follow the contributing guidelines on https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
Configuration menu - View commit details
-
Copy full SHA for e9fd8ac - Browse repository at this point
Copy the full SHA e9fd8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 876e3e6 - Browse repository at this point
Copy the full SHA 876e3e6View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48d5617 - Browse repository at this point
Copy the full SHA 48d5617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f32df4 - Browse repository at this point
Copy the full SHA 5f32df4View commit details -
fix(eslint): manual fix of eslint errors on ama-sdk (#2330)
all clients packages are not handled here because not present since the rebase has not been done since a while
Configuration menu - View commit details
-
Copy full SHA for d8d7c81 - Browse repository at this point
Copy the full SHA d8d7c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ae531 - Browse repository at this point
Copy the full SHA b0ae531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09207c4 - Browse repository at this point
Copy the full SHA 09207c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d24ec - Browse repository at this point
Copy the full SHA a7d24ecView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4ae5e4 - Browse repository at this point
Copy the full SHA f4ae5e4View commit details -
fix(eslint): change config name for debugging + set only the globals …
…needed for each project
Configuration menu - View commit details
-
Copy full SHA for 6504113 - Browse repository at this point
Copy the full SHA 6504113View commit details
Commits on Oct 29, 2024
-
fix(eslint): change config name for debugging + set only the globals …
…needed for each project (#2361)
Configuration menu - View commit details
-
Copy full SHA for 60aa35c - Browse repository at this point
Copy the full SHA 60aa35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 897e97a - Browse repository at this point
Copy the full SHA 897e97aView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 202723b - Browse repository at this point
Copy the full SHA 202723bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bc74c - Browse repository at this point
Copy the full SHA a5bc74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fccdec8 - Browse repository at this point
Copy the full SHA fccdec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14b319 - Browse repository at this point
Copy the full SHA e14b319View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc41ec4 - Browse repository at this point
Copy the full SHA bc41ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e134f5c - Browse repository at this point
Copy the full SHA e134f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bafa019 - Browse repository at this point
Copy the full SHA bafa019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e38099 - Browse repository at this point
Copy the full SHA 0e38099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccfa2b - Browse repository at this point
Copy the full SHA 7ccfa2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c01f91 - Browse repository at this point
Copy the full SHA 0c01f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6987d56 - Browse repository at this point
Copy the full SHA 6987d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0535406 - Browse repository at this point
Copy the full SHA 0535406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cde0b7 - Browse repository at this point
Copy the full SHA 3cde0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d94c310 - Browse repository at this point
Copy the full SHA d94c310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc9a4f - Browse repository at this point
Copy the full SHA 7dc9a4fView commit details -
fix: manual fix of eslint errors on packages @o3r/{a}* (#2341)
## Proposed change Manual fix of ESLint errors for @o3r/analytics, @o3r/apis-manager, @o3r/application, @o3r/artifactory-tools, @o3r/azure-tools ## Related issues - 🐛 Fixes #(issue) - 🚀 Feature #(issue) <!-- Please make sure to follow the contributing guidelines on https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
Configuration menu - View commit details
-
Copy full SHA for 892a0a6 - Browse repository at this point
Copy the full SHA 892a0a6View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 613118d - Browse repository at this point
Copy the full SHA 613118dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e8fde5 - Browse repository at this point
Copy the full SHA 0e8fde5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22097b3 - Browse repository at this point
Copy the full SHA 22097b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a057e - Browse repository at this point
Copy the full SHA b3a057eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b42cb63 - Browse repository at this point
Copy the full SHA b42cb63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 903e88e - Browse repository at this point
Copy the full SHA 903e88eView commit details -
fix: automatic and manual fixes of eslint errors on rules engine (#2366)
## Proposed change Manual fix of ESLint errors for @o3r/rules-engine ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> <!-- * Pull Request #issue -->
Configuration menu - View commit details
-
Copy full SHA for ebecaff - Browse repository at this point
Copy the full SHA ebecaffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b67b2fe - Browse repository at this point
Copy the full SHA b67b2feView commit details -
fix: manual fix of eslint errors on packages @o3r/{d,e,f}* (#2359)
## Proposed change Manual fix of ESLint errors for @o3r/design, @o3r/dev-tools, @o3r/dynamic-content, @o3r/eslint-config, @o3r/eslint-config-otter, @o3r/extractors, @o3r/forms ## Related issues - 🐛 Fixes #(issue) - 🚀 Feature #(issue) <!-- Please make sure to follow the contributing guidelines on https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
Configuration menu - View commit details
-
Copy full SHA for ec030da - Browse repository at this point
Copy the full SHA ec030daView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee8ba8c - Browse repository at this point
Copy the full SHA ee8ba8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea7e8f - Browse repository at this point
Copy the full SHA 4ea7e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d78e1 - Browse repository at this point
Copy the full SHA e5d78e1View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29ef61f - Browse repository at this point
Copy the full SHA 29ef61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c4e8f - Browse repository at this point
Copy the full SHA d3c4e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eae99fb - Browse repository at this point
Copy the full SHA eae99fbView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43d3e3f - Browse repository at this point
Copy the full SHA 43d3e3fView commit details -
fix(eslint): fix remaining eslint issue after config changes (#2407)
Next steps after this PR - [ ] Rebase with main - [ ] Migrate new packages (pipeline, clients, training-tools, ...)
Configuration menu - View commit details
-
Copy full SHA for 11c40fd - Browse repository at this point
Copy the full SHA 11c40fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbaade8 - Browse repository at this point
Copy the full SHA dbaade8View commit details
Commits on Nov 7, 2024
-
# Conflicting files ![image](https://github.com/user-attachments/assets/a2088aa8-fe4b-4483-86f6-23ca8ed77295) ![image](https://github.com/user-attachments/assets/c161a935-d49f-489c-9621-29388d016ffe) # Modified files after conflict resolution ![image](https://github.com/user-attachments/assets/d4de72b5-91d7-407a-8e0a-9c15d797effa) ![image](https://github.com/user-attachments/assets/7ea42fd2-45cd-406a-99a3-dc695a9265bb)
Configuration menu - View commit details
-
Copy full SHA for 15b2ae7 - Browse repository at this point
Copy the full SHA 15b2ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15bdc00 - Browse repository at this point
Copy the full SHA 15bdc00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e0994 - Browse repository at this point
Copy the full SHA 71e0994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec84c6 - Browse repository at this point
Copy the full SHA 2ec84c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada814d - Browse repository at this point
Copy the full SHA ada814dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fb980 - Browse repository at this point
Copy the full SHA b1fb980View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f534b - Browse repository at this point
Copy the full SHA d8f534bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4caa751 - Browse repository at this point
Copy the full SHA 4caa751View commit details -
Merge branch 'main' of https://github.com/AmadeusITGroup/otter into e…
…slint-merge-main-ter
Configuration menu - View commit details
-
Copy full SHA for 67119ae - Browse repository at this point
Copy the full SHA 67119aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 076ef25 - Browse repository at this point
Copy the full SHA 076ef25View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f87f2 - Browse repository at this point
Copy the full SHA d5f87f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa913a6 - Browse repository at this point
Copy the full SHA fa913a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1416271 - Browse repository at this point
Copy the full SHA 1416271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59694d8 - Browse repository at this point
Copy the full SHA 59694d8View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f430b39 - Browse repository at this point
Copy the full SHA f430b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for a651437 - Browse repository at this point
Copy the full SHA a651437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2f59f - Browse repository at this point
Copy the full SHA 8e2f59fView commit details -
docs(eslint): stylistic difference with eslintrc (#2432)
## Proposed change <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * 🐛 Fix #issue --> <!-- * 🐛 Fix resolves #issue --> <!-- * 🚀 Feature #issue --> <!-- * 🚀 Feature resolves #issue --> <!-- * Pull Request #issue -->
Configuration menu - View commit details
-
Copy full SHA for b92003f - Browse repository at this point
Copy the full SHA b92003fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb11321 - Browse repository at this point
Copy the full SHA bb11321View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 093d50d - Browse repository at this point
Copy the full SHA 093d50dView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68bc538 - Browse repository at this point
Copy the full SHA 68bc538View commit details -
Merge branch 'main' of https://github.com/AmadeusITGroup/otter into m…
…erge/main-into-eslint
Configuration menu - View commit details
-
Copy full SHA for ada2533 - Browse repository at this point
Copy the full SHA ada2533View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 998064b - Browse repository at this point
Copy the full SHA 998064bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0003ee8 - Browse repository at this point
Copy the full SHA 0003ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4363b59 - Browse repository at this point
Copy the full SHA 4363b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8399ca1 - Browse repository at this point
Copy the full SHA 8399ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce253b - Browse repository at this point
Copy the full SHA cce253bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3ab69 - Browse repository at this point
Copy the full SHA cb3ab69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 368ba98 - Browse repository at this point
Copy the full SHA 368ba98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ff1a3 - Browse repository at this point
Copy the full SHA f3ff1a3View commit details -
fix(eslint): fix @o3r/eslint-config-otter deps to eslint and eslint p…
…lugins packages (#2504)
Configuration menu - View commit details
-
Copy full SHA for 0434646 - Browse repository at this point
Copy the full SHA 0434646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433f3b7 - Browse repository at this point
Copy the full SHA 433f3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd54143 - Browse repository at this point
Copy the full SHA cd54143View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c701a9a - Browse repository at this point
Copy the full SHA c701a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fe7c0 - Browse repository at this point
Copy the full SHA 31fe7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c094e38 - Browse repository at this point
Copy the full SHA c094e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f2d9f - Browse repository at this point
Copy the full SHA c5f2d9fView commit details