How can I set javascript jslint options?

Hi,

I would like to automatically supress “Missing semicolon” errors and “Leading decimal point can be confused witha dot” warnings in my editor, without writing the lines:

//jshint asi:true
//jshint -W008

into the script.

How can I feed these JSHINT options automatically?

Thank You very much,
Oliver