eclipsesource / eclipsesource/jshint-eclipse

.jshintrc has no effect?

Open
#121 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
144
Forks
31
PR merge metrics
No merged PRs in 30d

Description

Hi all,

I'm trying to suppress the messages like "'let' is available in ES6...". I placed the following content in .jshintrc in the project root (near .project):
```
{
"esversion": 6,
"node": true
}

```
This is then visible in the project settings under JSHint->Configuration.
Still, neither this, nor placing the same content in global preferences, does not switch off the warning.
The only thing that helps, is adding the JSHint comment (/* jshint esversion: 6 */) in each and every file, which does not scale for a large project.

Am I missing something in my setup?

Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.