Code Inspection

Remove Vendor, CoffeeScript, and Slim

Right now, too many issues with code inspection of those. Too many false alarms.

Scope:
No Vendor No Coffeescript No Slim

(replace rebar with your project name)

file[rebar]:*/&&!file[rebar]:vendor//*&&!file[rebar]:*//*.js.coffee*&&!file[rebar]:*//*.slim

Here’s the XML for the inspections I’m using:

I’ve adopted eslint with the airbnb javascript style guidelines:

Here’s my code style to go along with the inspection and eslint:

Check out the AirBnb ES6 style guide proposed changes: https://github.com/airbnb/javascript/pull/276

And https://github.com/justin808/react-webpack-rails-tutorial/pull/25

See AirBnb eslintrc.