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

Commit 8d900bf

Browse files
author
Daniel Brook-Roberge
committed
Add missing ./
1 parent ee8c2ff commit 8d900bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ We use [ESLint](http://eslint.org/) to lint ES6 and React/JSX code. If ESLint is
3636

3737
```yaml
3838
extends:
39-
- 'node_modules/mobify-code-style/es6/mobify-es6.yml'
39+
- './node_modules/mobify-code-style/es6/mobify-es6.yml'
4040
```
4141
4242
and for a React/JSX project:
4343
4444
```yaml
4545
extends:
46-
- 'node_modules/mobify-code-style/es6/mobify-es6-react.yml'
46+
- './node_modules/mobify-code-style/es6/mobify-es6-react.yml'
4747
```
4848
4949
## CSS

0 commit comments

Comments
 (0)