diff options
author | Alex Yatskov <alex@foosoft.net> | 2019-11-24 21:40:30 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2019-11-24 21:40:30 -0800 |
commit | 233a115ff9d470ad26aabb53226da5517bd34940 (patch) | |
tree | a3a7c6232db6bbd52d396df8af585b20e8f13dda /README.md | |
parent | 91c54e1853025c82b9f9e60c490c989ff7149d7d (diff) |
Fix broken link to eslintrc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ other developers who want to help out. I take pride in the high quality of the c following basic guidelines when creating pull requests: * Please discuss large features before writing code. -* Follow the [conventions and style](https://raw.githubusercontent.com/FooSoft/dotfiles/master/.eslintrc.json) of the existing code. +* Follow the [conventions and style](.eslintrc.json) of the existing code. * Write clean, modern ES6 code (`const`/`let`, `await`, arrow functions, etc.) * Large pull requests without a clear scope will not be merged. * Incomplete or non-standalone features will not be merged. |