Skip to content

Commit 4fe43e6

Browse files
committed
fixing the url in the codeclimate instructions
1 parent cff4110 commit 4fe43e6

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
@@ -30,7 +30,7 @@ It is important to note that in order for CodeClimate to use this custom config,
3030
```yaml
3131
prepare:
3232
fetch:
33-
- url: 'https://raw.githubusercontent.com/fs-webdev/eslint-config-frontier-react/master/index.js'
33+
- url: 'https://raw.githubusercontent.com/fs-webdev/eslint-config-frontier-react/master/codeclimateEslintRules.js'
3434
path: 'eslint-config-frontier-react.js'
3535
```
3636
- If you also opt into the jsdoc plugin we provide, you'll also need to make a prepare statement for that file.

0 commit comments

Comments
 (0)