Skip to content

Conversation

@markelog
Copy link
Member

Summary

Checklist

Mark an [x] for completed items, if you're not sure leave them unchecked and we can assist.

Thanks! Bots and humans will be around shortly to check it out.

  • Bump eslint-config-jquery package to 0.1.4 version
  • Add subtask "dist" to "eslint" task and add it to the build task list
  • Make gitignore rule more flexible for the "dist" folder

Fixes gh-3169

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @gibson042, @timmywil and @mgol to be potential reviewers

);

grunt.registerTask( "default", [ "dev", "test_fast", "compare_size" ] );
grunt.registerTask( "default", [ "dev", "eslint:dist", "test_fast", "compare_size" ] );
Copy link
Member Author

Choose a reason for hiding this comment

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

Keep in mind though, that this is not terrible useful right now, since bunch of the rules are disabled for the build version cause sizzle does not follow jquery code style

* Bump eslint-config-jquery package to 0.1.4 version

* Add subtask "dist" to "eslint" task and add it to the build task list

* Make gitignore globs more flexible for the "dist" folder

Fixes jquerygh-3169
@markelog markelog merged commit 25d8ccd into jquery:master Jun 22, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

npm run build & grunt should lint the built file

3 participants