After hours of looking around I have found how to definetly remove JS validation.
There are two ways of doing it :
A- Easy way
- Right click on
This means editing your project>properties>Builders
- DELETE (not .project file, so back it up before just uncheck) the Javascript builder
- Project will rebuild
B- Hard core wayin case.
- Close Eclipse
- open
- Open your .project file
- delete
- look for the node containing following line : org.eclipse.wst.jsdt.core.javascriptValidator<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
- delete it
- save the your file
- open back eclipseand start Eclipse
There no more red or yellow squibble all over the place... but no more js validation.
If anyone knows how to do it properly without editing .project file please share.
