We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 198579e + a2e4903 commit aec9d0aCopy full SHA for aec9d0a
configs/.jshintrc
@@ -15,5 +15,5 @@
15
"strict": false, // Requires all functions to run in ECMAScript 5's strict mode
16
"trailing": true, // Makes it an error to leave a trailing whitespace in your code
17
"forin": true, // Requires all for in loops to filter object's items
18
- "camelCase": "true" // Force all variable names to use either camelCase style or UPPER_CASE with underscores
+ "camelcase": "true" // Force all variable names to use either camelCase style or UPPER_CASE with underscores
19
}
0 commit comments