Skip to content

Commit

Permalink
Merge pull request #53 from accurat/start-generator-annoying-rule
Browse files Browse the repository at this point in the history
💄 setted eslint rule
  • Loading branch information
marcofugaro authored Mar 11, 2019
2 parents 0b0d688 + a67186c commit bda58b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-accurapp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bda58b6

Please sign in to comment.