I have not configured any external .jshintrc file in my application or defined in package.json. However there are some rules being checked by default in jshint. How can I get the list of those rules? I'm using "jshint": "^2.9.4", "gulp-jshint": "^2.0.4".
Edit: This question is not for getting the list of all rules, but for the default rules applied without any configuration.