Skip to content

Commit

Permalink
💄fugaro nazism
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Titton committed Mar 11, 2019
1 parent 0c39111 commit a67186c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 Expand Up @@ -138,8 +140,5 @@ module.exports = {
// disable eslint-plugin-node rules because they error
'node/no-deprecated-api': 'off',
'node/process-exit-as-throw': 'off',

// aligned to prettier, see https://github.com/accurat/accurapp/issues/51
'generator-star-spacing': ['warn', 'after'],
},
}

0 comments on commit a67186c

Please sign in to comment.