The absolute easiest way to use CSS Lint is just go to the CSS Lint website and paste in your CSS. Done.
That isn't the most useful but it is easy.
What is much more useful is to install it locally.
npm install -g csslint
csslint mycss.css
You can read full instructions in the .