DockYard's ESLint plugin for Ember apps, providing custom linting rules and a recommended configuration based on their styleguide. Version 2.0.1 is the latest stable release; the plugin is in maintenance mode with no recent updates. It is intended for use with Ember CLI projects via ember-cli-eslint or standalone ESLint. Key differentiators: tailored specifically for Ember.js conventions and DockYard's engineering practices. Supports Node >=8.0.0 and is published as an npm package.
npm install eslint-plugin-ember-suaveVerified import paths — ran on the pinned version, not inferred.
Configures ESLint to use the ember-suave plugin with its recommended rules, demonstrating plugin and rules setup.
Review rules and consider migrating to eslint-plugin-ember for better maintenance.
Always prefix custom rules with 'ember-suave/', e.g., 'ember-suave/no-const-outside-module-scope'.
Update Node.js to version 8 or higher.
Consider using eslint-plugin-ember as a more actively maintained alternative.
Run `npm install --save-dev eslint-plugin-ember-suave` in your project.
Ensure 'ember-suave' is listed in plugins array and rule is prefixed with 'ember-suave/'.
No dependency data recorded yet.