Skip to content

Commit eedc8cd

Browse files
committed
add instructions on working with this repo
1 parent 70f5f39 commit eedc8cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,17 @@ To add a rule, update your `.eslintrc.(yml|json|js)`:
8585
# TypeScript
8686

8787
To use this plugin with TypeScript, you must use the TypeScript parser for ESLint. See [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser) for more details.
88+
89+
# Working with This Repo
90+
91+
## Dependencies
92+
| Name | Version |
93+
| ------------------------------------------------------------- | ------- |
94+
| [node.js](https://nodejs.org) | 10.x |
95+
| [yarn](https://classic.yarnpkg.com/) | 1.x |
96+
97+
Gulp v3 is the thing keeping us at node.js v10
98+
99+
## Running Tests
100+
First, `yarn install`
101+
Then, `yarn test`

0 commit comments

Comments
 (0)