Open duaraghav8 opened 6 years ago
I can implement this. Should the command with the --rule
flat look like this:
./bin/solium.js --rule 'quotes: ["error", "double"]' --rule 'indentation": ["error", 4]'
Yes, that is correct. Please let me know if you face any issues
Similar to Eslint's
--rule
option - https://eslint.org/docs/user-guide/command-line-interface#--rule