I have a project that uses static class properties via Babel’s transform-class-properties plugin. They compile correctly, but the editor treats them as errors.
ah yeah so the editor uses eslint and it would require babel-eslint to remove that error will take note of this for next time we discuss working on linting in the editor!
Hello. Any update on this? Is there a work around? I’m getting this parsing error in my app. It’s preventing me from moving forward on a feature. Thanks.
Based on recent experiences, I suspect that .eslintrc.json is currently respected by the Glitch editor, as long as you run refresh in the terminal after changing it.