I use the eslint.json from https://github.com/feross/eslint-config-standard and when I run that in tern.java it outputs the error "[ESLint]: Definition for rule 'standard/object-curly-even-spacing' was not found" at the first code lint. This is problem because the eslint.json has this:
"plugins": [
"standard"
],
I'm not sure how this whole scenario can be supported but in the end I just want to use standard style. It would be quite cool if this could be directly integrated somehow since it is so popular. Like a dropdown of some common popular code styles.
I use the eslint.json from https://github.com/feross/eslint-config-standard and when I run that in tern.java it outputs the error "[ESLint]: Definition for rule 'standard/object-curly-even-spacing' was not found" at the first code lint. This is problem because the eslint.json has this:
I'm not sure how this whole scenario can be supported but in the end I just want to use standard style. It would be quite cool if this could be directly integrated somehow since it is so popular. Like a dropdown of some common popular code styles.