mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Grunt: Removed newcap option from jshint task.
This commit is contained in:
parent
639afa5954
commit
ea4345db06
1
grunt.js
1
grunt.js
@ -285,7 +285,6 @@ grunt.initConfig({
|
|||||||
eqeqeq: true,
|
eqeqeq: true,
|
||||||
expr: true,
|
expr: true,
|
||||||
latedef: true,
|
latedef: true,
|
||||||
newcap: true,
|
|
||||||
noarg: true,
|
noarg: true,
|
||||||
onevar: true,
|
onevar: true,
|
||||||
// TODO: limit to multi-line comments https://github.com/jshint/jshint/issues/503
|
// TODO: limit to multi-line comments https://github.com/jshint/jshint/issues/503
|
||||||
|
Loading…
Reference in New Issue
Block a user