Skip to content

Commit 5602152

Browse files
authored
chore: add note to contributing.md (#153)
1 parent d531ea4 commit 5602152

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
@@ -18,3 +18,7 @@ Any code change should be submitted as a pull request. The description should ex
1818
## Review process
1919

2020
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.
21+
22+
## Eslint versions
23+
24+
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)