Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 24dbff2

Browse files
committed
Fix used linter in CONTRIBUTING
This code is now linted using ESLint not CoffeeLint.
1 parent 75e924a commit 24dbff2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Please note that modifications should follow these coding guidelines:
1212

1313
- Indent is 2 spaces.
1414

15-
- Code should pass [CoffeeLint](http://www.coffeelint.org/) with the provided
16-
`coffeelint.json`
15+
- Code should pass [ESlint](https://eslint.org/).
1716

1817
- Vertical whitespace helps readability, don’t be afraid to use it.
1918

0 commit comments

Comments
 (0)