Skip to content

Commit f0e96f1

Browse files
authoredApr 11, 2025
chore: add note to contributing.md (#196)
1 parent 1f93714 commit f0e96f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ Any code change should be submitted as a pull request. The description should ex
1919
## Review process
2020

2121
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

Comments
 (0)