mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Check Gruntfile and tasks for code style
This commit is contained in:
parent
45be91e398
commit
85d4c0133b
@ -84,7 +84,9 @@ module.exports = function( grunt ) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
jscs: {
|
jscs: {
|
||||||
src: "src/**/*.js"
|
src: "src/**/*.js",
|
||||||
|
gruntfile: "Gruntfile.js",
|
||||||
|
tasks: "build/tasks/*.js"
|
||||||
},
|
},
|
||||||
testswarm: {
|
testswarm: {
|
||||||
tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ")
|
tests: "ajax attributes callbacks core css data deferred dimensions effects event manipulation offset queue selector serialize support traversing Sizzle".split(" ")
|
||||||
|
Loading…
Reference in New Issue
Block a user