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

Commit 7524f78

Browse files
author
Daniel Brook-Roberge
committed
Add more notes about dependencies.
1 parent 8d900bf commit 7524f78

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ and for a React/JSX project:
4444
```yaml
4545
extends:
4646
- './node_modules/mobify-code-style/es6/mobify-es6-react.yml'
47-
```
47+
```
48+
49+
Make sure to install the following NPM modules:
50+
- `eslint` > 3.0
51+
- `eslint-plugin-import`
52+
- `eslint-import-resolver-webpack`
53+
- `eslint-plugin-react` (for React/JSX linting only)
4854

4955
## CSS
5056
Our Client Services team's [CSS Style Guide](/css/Readme.md). Written with a lot of tender care by @kpeatt and @jeffkamo.

0 commit comments

Comments
 (0)