concerns: ESLint developers

Hi all,

in a project I found the need to check against global symbols built into 
various JavaScript runtimes (like 'Math', 'decodeURIComponent' ... all the 
way to 'process' for Node and 'environment' for Rhino).

Looking around I didn't find an NPM module that offers such lists, only 
lists that are deeply integrated within specific projects, like ESLint's 
conf/environments.json or JSHint's src/vars.js.

These are very hard to re-use, and also hard to maintain outside their 
specific projects. Wouldn't it make sense to extract this information into 
a top-level module? What do you guys think?

Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to