Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2019-07-01 17:24:16 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2019-07-01 17:24:16 +0300
commit5b70b1c8566cbadf346709c9d967d0bb68bb966a (patch)
tree18056d7a5d7ae75052efdde49bfcf85c0b6f816d /.github
parentd24365653002414f37d75fc6692ad8b135f3844b (diff)
Remove grunt from doc, prefer using npm
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3a884fb..19a6fe3 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -6,13 +6,11 @@ All kinds of contributions (enhancements, new features, documentation & code imp
### Javascript
-We use [ESLint](http://eslint.org) based on Google code style to maintain code style.
+We use [ESLint](http://eslint.org) based on Google code style to maintain code style.
Check code status with:
``` bash
npm run lint
-# or
-grunt eslint
```
## Issues ##
@@ -28,4 +26,3 @@ Before a pull request :
- There is no tests yet so verify that your code is running well. Blog generation (`hugo`) must not outputs errors
- Check code style with eslint.
- Don't forget to update user and/or developer documentation if it's necessary
- \ No newline at end of file