-
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
fix(eslint): fix test int #2483
fix(eslint): fix test int #2483
Conversation
@@ -53,7 +53,7 @@ | |||
"chrome-webstore-upload": "^3.0.0", | |||
"concurrently": "^8.0.0", | |||
"cpy-cli": "^5.0.0", | |||
"eslint": "^9.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I limited the version to 9.14 because there is currently an issue on 9.15 typescript-eslint/typescript-eslint#10338
Issue is closed but version is not yet available
@@ -1,6 +1,6 @@ | |||
{ | |||
"extends": "./<%= projectTsConfig %>", | |||
"include": [ | |||
"eslint*.config.mjs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fallback change made earlier by mistake
"@angular/compiler": "~18.2.0", | ||
"@o3r/eslint-plugin": "workspace:^", | ||
"@o3r/schematics": "workspace:^", | ||
"@schematics/angular": "~18.2.0", | ||
"@stylistic/eslint-plugin-ts": "^2.7.0", | ||
"angular-eslint": "~18.3.0", | ||
"eslint": "^8.57.0 || ^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fallback versions changes to not introduce breaking changes
f21c233
to
24c2704
Compare
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 093d50d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
packages/@o3r/eslint-config/schematics/ng-add/eslint/index.spec.ts
Outdated
Show resolved
Hide resolved
packages/@o3r/eslint-config/schematics/ng-add/eslint/index.spec.ts
Outdated
Show resolved
Hide resolved
packages/@o3r/eslint-config/schematics/ng-add/eslint/index.spec.ts
Outdated
Show resolved
Hide resolved
...config/schematics/ng-add/eslint/templates/project/eslint.local.config.__extension__.template
Show resolved
Hide resolved
24c2704
to
e61164b
Compare
4549283
to
d3c3572
Compare
d3c3572
to
f27b19c
Compare
comments fixed
f27b19c
to
093d50d
Compare
68bc538
into
feat/migrate-eslint-9-flat-config
No description provided.