How do we let the Glitch linter know that I’m using a predefined variable from React? It keeps making all those little red dots every time I use React.
1 Like
We use eslint, so you can add /* global variableName */
(http://eslint.org/docs/user-guide/configuring#specifying-globals)