Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Fix path import in README #48

Merged
merged 1 commit into from
Feb 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ The [check](#check), [fix](#fix) and [infer](#infer) API commands are all [Gulp]
```js
var gulp = require('gulp');
var eclint = require('eclint');
var path = require('path');

gulp.task('check', function() {
var hasErrors = false;
Expand Down