⛔️ [DEPRECATED] Tool to ensure that your JavaScript code does not violate the specified coding standard (Idiomatic Style Manifesto or JQuery Core Style Guidelines)
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 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?