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

Custom standart as path #26

Open FnTm opened 9 years ago

FnTm commented 9 years ago

Is there a way to pass not the name, but the path to a custom standart? I would like to tweak an existing standart to suit our needs, but can't find a way to reference it without putting it into the node_modules directory.

Is there a way that I am missing?