aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655 stars 203 forks source link

Disable eslint style rules and only use prettier #642

Closed vincentfretin closed 2 years ago

vincentfretin commented 2 years ago

This closes #581

vincentfretin commented 2 years ago

In #639 I disabled the space-before-function-paren eslint rule and specified the singleQuote in prettier config, so now the two tools works well together.

vincentfretin commented 2 years ago

Current prettier version used is 1.15.3, with newer 1.19.1, only 9 files are modified. We should at least modify those 9 files. If we update to latest prettier 2.7.1, it will modify 33 files. I'd really like that we update this, it will make any further contributions for me easier, when I'm comparing the files in my project to the one in this repo.

vincentfretin commented 2 years ago

Done in #647