eslint-plugin-ember-best-practices
eslint-plugin-ember-best-practices copied to clipboard
Guard against key-less nodes. Fixes #71
This is very rough with no tests, intended mostly to further the discussion on #71 for now.
@trentmwillis Hrrm, how can I add a babel plugin to a single RuleTester run unit?
Good question, I don't know exactly. But, looking at the docs, looks like you can define it in the hash just like you would in the ESLint config.
Any additional properties of a test case will be passed directly to the linter as config options.