You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,7 @@ Any code change should be submitted as a pull request. The description should ex
19
19
## Review process
20
20
21
21
The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge. Also make sure to reference the related issues in the pull request message if any.
22
+
23
+
## Eslint versions
24
+
25
+
Salesforce currently supports both ESLint v8 and v9. All new rules must be written in both versions. The `master` branch is on ESLint v9, while ESLint v8 rules are maintained in the `eslint-v8` branch.
0 commit comments