Skip to content

Commit 813b7e4

Browse files
committed
Build: remove needless file and re-enable jscs
1 parent 498fd24 commit 813b7e4

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module.exports = function( grunt ) {
196196
// Integrate jQuery specific tasks
197197
grunt.loadTasks( "build/tasks" );
198198

199-
grunt.registerTask( "lint", [ "jsonlint", "jshint" ] );
199+
grunt.registerTask( "lint", [ "jsonlint", "jshint", "jscs" ] );
200200

201201
// Don't run Node-related tests in Node.js < 1.0.0 as they require an old
202202
// jsdom version that needs compiling, making it harder for people to compile

test/promises-aplus-adapter.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)