Skip to content

Commit aec9d0a

Browse files
committed
Merge pull request RisingStack#9 from gogaman7/master
camelCase is not proper option. camelcase is.
2 parents 198579e + a2e4903 commit aec9d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"strict": false, // Requires all functions to run in ECMAScript 5's strict mode
1616
"trailing": true, // Makes it an error to leave a trailing whitespace in your code
1717
"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
18+
"camelcase": "true" // Force all variable names to use either camelCase style or UPPER_CASE with underscores
1919
}

0 commit comments

Comments
 (0)