mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Check Gruntfile and tasks for code style
Cherry picked from 85d4c0133b
commit
This commit is contained in:
parent
7f829752e6
commit
0b987dbaf9
@ -82,7 +82,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