Community
Participate
Working Groups
Title says it all: if we are using a type from an index that eslint knows about we should propose to add / update an eslint-env directive for it.
Mark had a good suggestion we should also offer a quick fix to offer to add an unknown var (not in a known env) to the /*global */ directive:
Provided an initial set of fixes, which are currently disabled in-code: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=ecb4cadc027c1c30f6c6613893fd01fcad929077
Pushed the complete working fixes and: 1. made quick fixes pluggable 2. fixed some spelling for command contributions 3. made the fixes 'smart' enough to add to the correct directive until bug 450158 is fixed