List of JavaScript globals used by CubeJS
Open
question
- Dominant language
- Rust
- Stars
- 20.8k
- Forks
- 2.1k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 181
Description
I am trying to use ESLint for static analysis of the CubeJS data model files in the `.js` format. For that it would be better to declare the set of globals like `cube`, `view`, `securityContext`, etc used in the `.js` files. I am trying to add support for CubeJS in the [globals](https://github.com/sindresorhus/globals) repository so that anyone who wants to integrate eslint with their data models can easily use it.
What would be the easy way to list out the global variables used in the data model files by CubeJS?
Contributor guide
Assessment
This issue has not been assessed yet.