AirBnB/ JavaScript style guides code formatter? Follow
Hi,
At work, we use the AirBnB JS style guide conventions/ formatting and I'm wondering if anyone out there has created an Code Style Schema file that they wouldn't mind sharing that matches :)
Thanks!
Please sign in to leave a comment.
Hello folks,
Anyone with the airbnb formatter?
With the deprecation of jscs, there is no tool for doing the job.
Thanks in advance
Using JSCS preset is a one way to go - see https://www.themarketingtechnologist.co/how-to-get-airbnbs-javascript-code-style-working-in-webstorm/
You can also try ESLint, as it's suggested at http://stackoverflow.com/questions/34700062/intellij-plugin-airbnb-eslint-w-react
See also https://github.com/airbnb/javascript/issues/233 (JSHint config for airbnb)