mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use null to override it for Gruntfile
This commit is contained in:
@@ -66,6 +66,7 @@ module.exports = function (grunt) {
|
||||
},
|
||||
grunt: {
|
||||
options: {
|
||||
'requireCamelCaseOrUpperCaseIdentifiers': null,
|
||||
'requireParenthesesAroundIIFE': true
|
||||
},
|
||||
src: '<%= jshint.grunt.src %>'
|
||||
|
||||
Reference in New Issue
Block a user