Skip to content

Commit 1c08216

Browse files
authored
chore: add note to contributing.md (#197)
1 parent 38a5236 commit 1c08216

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
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)