DockYard / eslint-plugin-ember-suave

DockYard's ESLint plugin for Ember apps
MIT License
53 stars 10 forks source link

Update require access rule to work with ESLint 4 #59

Closed jleja closed 6 years ago

jleja commented 6 years ago

BlockComment events are no longer being emitted in ESLint 4 (https://eslint.org/docs/user-guide/migrating-to-4.0.0#event-comments), and attempting to use this plugin in a project with ESLint 4 will not trigger this rule.

Changes include:

Serabe commented 6 years ago

Thank you!