This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| // JSHint Default Configuration File (as on JSHint website) | |
| // See http://jshint.com/docs/ for more details | |
| //jshint options document: [http://jshint.com/docs/options/#strict](http://jshint.com/docs/options/#strict) | |
| "maxerr" : 50, // {int} 超过{int}个错误后,停止检测错误 | |
| // Enforcing | |
| "bitwise" : false, // true: 禁止使用位逻辑符 (&, |, ^, ...) | |
| "camelcase" : false, // true: 变量名必须是驼峰风格 |