2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Remove unneeded quotes.

This commit is contained in:
XhmikosR
2014-03-09 11:10:15 +02:00
parent 5e6d16ef4d
commit 9d027d2bee
6 changed files with 21 additions and 20 deletions
+3 -3
View File
@@ -66,8 +66,8 @@ module.exports = function (grunt) {
},
grunt: {
options: {
'requireCamelCaseOrUpperCaseIdentifiers': null,
'requireParenthesesAroundIIFE': true
requireCamelCaseOrUpperCaseIdentifiers: null,
requireParenthesesAroundIIFE: true
},
src: '<%= jshint.grunt.src %>'
},
@@ -95,7 +95,7 @@ module.exports = function (grunt) {
],
docs: {
options: {
'ids': false,
ids: false,
'overqualified-elements': false
},
src: 'docs/assets/css/src/docs.css'