Explorar el Código

relax camelCase linting requirement

Adam Shaw hace 11 años
padre
commit
f2cd249f7a
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      build/jscs.conf.js
  2. 0 1
      build/jshint.conf.js

+ 0 - 1
build/jscs.conf.js

@@ -16,7 +16,6 @@ module.exports = {
 		disallowRightStickedOperators: [ ':' ],
 		disallowRightStickedOperators: [ ':' ],
 		disallowSpaceAfterPrefixUnaryOperators: [ '++', '--', '+', '-', '~', '!' ],
 		disallowSpaceAfterPrefixUnaryOperators: [ '++', '--', '+', '-', '~', '!' ],
 		disallowSpaceBeforePostfixUnaryOperators: [ '++', '--' ],
 		disallowSpaceBeforePostfixUnaryOperators: [ '++', '--' ],
-		requireCamelCaseOrUpperCaseIdentifiers: true,
 		disallowKeywords: [ 'with' ],
 		disallowKeywords: [ 'with' ],
 		disallowMultipleLineStrings: true,
 		disallowMultipleLineStrings: true,
 		requireDotNotation: true,
 		requireDotNotation: true,

+ 0 - 1
build/jshint.conf.js

@@ -10,7 +10,6 @@ module.exports = {
 		},
 		},
 		es3: true,
 		es3: true,
 		bitwise: true,
 		bitwise: true,
-		camelcase: true,
 		curly: true,
 		curly: true,
 		forin: true,
 		forin: true,
 		freeze: true,
 		freeze: true,