Skip to content

Commit

Permalink
fix: revert to eslint 8 (again) (#630)
Browse files Browse the repository at this point in the history
* fix: revert to eslint 8

* chore: only disable eslint majors

* chore: ignore more
  • Loading branch information
iowillhoit authored Oct 31, 2024
1 parent 612dc59 commit 55d7756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ updates:
- dependency-name: '@salesforce/dev-scripts'
- dependency-name: '*'
update-types: ['version-update:semver-major']
- dependency-name: 'eslint'
update-types: ['version-update:semver-major']
2 changes: 1 addition & 1 deletion src/templates/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@salesforce/eslint-plugin-aura": "^2.0.0",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^6.0.1",
"eslint": "^9.13.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^28.8.1",
"husky": "^9.1.5",
Expand Down

0 comments on commit 55d7756

Please sign in to comment.