Closed jleja closed 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.
BlockComment
Changes include:
require-access-in-comments
valid-jsdoc
package-lock.json
parserOptions
eslintrc
recommended
plugin:ember-suave/recommended "before all" hook: Error: Failed to load plugin ember-suave: Cannot find module 'eslint-plugin-ember-suave'
Thank you!
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:
require-access-in-comments
rule to use the same events as ESLint'svalid-jsdoc
rulepackage-lock.json
to repoparserOptions
to plugin'seslintrc
file to allow us to use more modern code stylesrecommended
config to prevent fatal error in ESLint 4 when it goes to validate config properties (https://eslint.org/docs/user-guide/migrating-to-4.0.0#-unrecognized-properties-in-config-files-now-cause-a-fatal-error):