You can try adding a file mask to your ignored list.
Resharper -> Options -> Code Validation Settings -> Change Items for Skips
Add .css
and .js
. This will not help with inline CSS / JS, but it excludes external files.
Or go to the validation level and select "Do not show" in all parameters on the JS / CSS / HTML tabs.
source share