Skip to content

Commit 0ad31ca

Browse files
committed
Resizable: fix JSCS violations
1 parent 87081b8 commit 0ad31ca

File tree

2 files changed

+183
-76
lines changed

2 files changed

+183
-76
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ grunt.initConfig({
159159
}
160160
},
161161
jscs: {
162-
// datepicker, sortable, resizable and draggable are getting rewritten, ignore until that's done
163-
ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js" ],
164-
// TODO enable this once we have a tool that can help with fixing formatting of existing files
162+
// datepicker and sortable are getting rewritten, ignore until that's done
163+
ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js" ],
164+
// TODO enable this once we have a tool that can auto format files
165165
// tests: "tests/unit/**/*.js",
166166
grunt: [ "Gruntfile.js", "build/tasks/*.js" ]
167167
},

0 commit comments

Comments
 (0)