Skip to content

Chris Perez Lab-02 - #28

Open
ckperez wants to merge 5 commits into
sea-401d5-javascript:masterfrom
ckperez:class-02
Open

Chris Perez Lab-02#28
ckperez wants to merge 5 commits into
sea-401d5-javascript:masterfrom
ckperez:class-02

Conversation

@ckperez

@ckperez ckperez commented May 11, 2016

Copy link
Copy Markdown

No description provided.

Comment thread gulpfile.js

gulp.task('lint', () => {
gulp.src(['./simple-obj-test-1/**/*.js', 'gulpfile.js'])
.pipe(eslint())

@rebeccapeltz rebeccapeltz May 13, 2016

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: I was able to get this running and it looks good.

I get failures running the lint tests in gulp. You might want to add a rule to allow es6: {
parserOptions: {
"ecmaVersion": 6
} to the lint call
eslint({
parserOptions: {
"ecmaVersion": 6
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants