diff --git a/packages/eslint-config-accurapp/index.js b/packages/eslint-config-accurapp/index.js index 06e57f57..d9df42de 100644 --- a/packages/eslint-config-accurapp/index.js +++ b/packages/eslint-config-accurapp/index.js @@ -111,6 +111,8 @@ module.exports = { 'react/jsx-props-no-multi-spaces': 'warn', 'promise/no-callback-in-promise': 'warn', 'promise/no-return-wrap': 'warn', + // aligned to prettier, see https://github.com/accurat/accurapp/issues/51 + 'generator-star-spacing': ['warn', 'after'], // ERRORS 'no-redeclare': 'error',