mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use null
to override it for Gruntfile
This commit is contained in:
parent
dec1c21e34
commit
310465b035
@ -66,6 +66,7 @@ module.exports = function (grunt) {
|
||||
},
|
||||
grunt: {
|
||||
options: {
|
||||
'requireCamelCaseOrUpperCaseIdentifiers': null,
|
||||
'requireParenthesesAroundIIFE': true
|
||||
},
|
||||
src: '<%= jshint.grunt.src %>'
|
||||
|
@ -8,6 +8,7 @@
|
||||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
|
||||
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
||||
"disallowTrailingWhitespace": true,
|
||||
"requireCamelCaseOrUpperCaseIdentifiers": true,
|
||||
"requireLeftStickedOperators": [","],
|
||||
"requireLineFeedAtFileEnd": true,
|
||||
"requireRightStickedOperators": ["!"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user