dsheiko / jscodesniffer

⛔️ [DEPRECATED] Tool to ensure that your JavaScript code does not violate the specified coding standard (Idiomatic Style Manifesto or JQuery Core Style Guidelines)
http://dsheiko.github.io/jscodesniffer/
42 stars 8 forks source link

Update README.md #19

Closed bafolts closed 10 years ago

bafolts commented 10 years ago

"allowParamPrecedingWhitespaces" and "allowParamTrailingWhitespaces" is expected from ParametersSpacing.js. Also, you must include a for as an array or you get a report error. You also must include "allowParamPrecedingWhitespaces" and "allowParamTrailingWhitespaces" per exception or you get a report error.