mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -05:00
Check Gruntfile and tasks for code style
Cherry picked from 85d4c0133b commit
This commit is contained in:
@@ -82,7 +82,9 @@ module.exports = function( grunt ) {
|
||||
}
|
||||
},
|
||||
jscs: {
|
||||
src: "src/**/*.js"
|
||||
src: "src/**/*.js",
|
||||
gruntfile: "Gruntfile.js",
|
||||
tasks: "build/tasks/*.js"
|
||||
},
|
||||
testswarm: {
|
||||
tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ")
|
||||
|
||||
Reference in New Issue
Block a user