Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cecbc2a

Browse files
committedJun 1, 2021
Correct documentation in README
1 parent 3af30ec commit cecbc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Ensure you have `node` and `yarn` installed on your system. Then run `yarn` in t
5555

5656
To add a new rule, you need to take the following steps:
5757

58-
- Add the configuration and require to `src/index.js`.
58+
- Add the configuration and require to `src/index.ts`.
5959
- Add the rule itself into `src/rules`.
6060
- Add the corresponding test in `src/rules/__tests__`.
6161
- Add the corresponding documentation in `docs/rules`.

0 commit comments

Comments
 (0)
Please sign in to comment.